Skip to content

tomlnd/fansaletracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fansale Tracker

Fansale Tracker is a script for tracking new ticket resales in fanSALE, Eventim's official concert ticket resale platform.

Installation

Download FireFox webdriver (geckodriver) and add it to PATH.

Use pip to install the required packages.

$ python3 -m pip install -r requirements.txt

Usage

Replace the values of .env

FANSALE_URL=fansale_url
DISCORD_WEBHOOK_URL=your_discord_webhook_url
DISCORD_USER_ID=your_discord_user_id

Run

$ python3 fansale.py

Using cron to run automatically once every minute

$ crontab -e
* * * * * export DISPLAY=:0 && /path/to/python3 /path/to/fansale.py

About

A concert ticket tracker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages