Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.26 KB

File metadata and controls

41 lines (21 loc) · 1.26 KB

Ticketswap bot

You can also help me supporting this project by donating: Donate

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