ticketswap_bot
ticketswap_bot copied to clipboard
Ticketswap bot
Ticketswap bot
it's unfortunately not working any more! Feel free to update the code so that is works again.
to install:
git clone https://github.com/davisnando/ticketswap_bot.git
cd ticketswap_bot
python -m venv .env
source .env/bin/activate
pip install -r requirements.txt
download here your chromedriver: https://chromedriver.storage.googleapis.com/index.html?path=2.36/ unzip the driver that you need and move the file to:
For linux:
mv chromedriver /usr/bin/chromedriver
cd /usr/bin/
chmod a+x chromedriver
For Mac:
mv chromedriver /usr/local/bin/chromedriver
For windows:
move the chromedriver.exe file to: <PYTHON FOLDER>/scripts
For the headless script (Linux only I think):
sudo apt install xvfb
pip install pyvirtualdisplay