This tool allows to create multiple reference Links in Eventbrite from a CSV file.
Make sure the latest Gecko-Driver is installed on your mashine and added to your PATH
- Setup virtualenv
- Run
pip install -r requirements.txt
to install all dependencies - Adjust the parameter inside of the main method in the eventbrite_poster to your event
To run the script execute the main method of eventbrite_poster.py inside your IDE or run python eventbrite_poster.py
in your terminal