ariachy / ticketswap_bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ticketswap bot

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

About


Languages

Language:Python 100.0%