Skip to content

Simple python - selenium project to buy tickets from ticketswap

Notifications You must be signed in to change notification settings

jvandongen/ticket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ticket buyer

Simple python - selenium project to buy tickets from ticketswap

Install

  • Python 3 is required
  • Install virtualenv: https://docs.python-guide.org/en/latest/dev/virtualenvs/
  • Go to the project base folder and do the following:
    • copy settings.ini to ~/.config/ and update the copy with valid information
    • for windows copy automation.ini to C:\ and update the copy with valid information
    • virtualenv venv
    • source venv/bin/activate
    • pip install -e .

Run app

Will run with information provided in settings.ini

python app.py

About

Simple python - selenium project to buy tickets from ticketswap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages