https://github.com/jevgeni17/t-pilet
💸tpilet.ee automatic tickets purchase script(OOP)
https://github.com/jevgeni17/t-pilet
javascript json oop regular-expressions requests selenium
Last synced: 3 months ago
JSON representation
💸tpilet.ee automatic tickets purchase script(OOP)
- Host: GitHub
- URL: https://github.com/jevgeni17/t-pilet
- Owner: jevgeni17
- Created: 2020-01-05T15:06:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T18:59:29.000Z (over 6 years ago)
- Last Synced: 2025-07-10T17:18:29.594Z (about 1 year ago)
- Topics: javascript, json, oop, regular-expressions, requests, selenium
- Language: Python
- Homepage:
- Size: 4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# t-pilet script
💸tpilet.ee automatic tickets purchase script
(object oriented)
## Getting Started
Firstly, you need to download zip archive and extract it anywhere.
For successful work you will need to install:
```
pip3 install selenium
pip3 install requests
pip3 install termcolor
```
### Usage
1. Run cmd terminal and go to directory where the zip was extracted
For example
```
cd desktop/t-pilet
```
2. Next run the main.py
```
python main.py
```
3. Script will run.
## Built With
* [Selenium](https://selenium-python.readthedocs.io/)
* [Requests](https://requests.readthedocs.io/en/master/)