An open API service indexing awesome lists of open source software.

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)

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/)