Console application that allows you to quickly sell your Tele2 data on their Market
- Quick market listing of your Tele2 data
- Bumping up lots that haven't been sold
- Asynchronous queries to Tele2 API allow to perform multiple actions simultaneously
- Lots auto re-listing after some user-provided interval
- [v2.0+] Token auto-refreshing without extra SMS inputs
- Go to latest release and download zip-archive (tele2-profit@<version>.zip)
- Unarchive wherever you want and run exe-files.
- You are good to go!
- Clone repository
- Setup virtual environment (optional)
2.1. Create venv withpython -m venv venv
2.2. Activate by running this command (just paste it after previous and hit enter)venv\Scripts\activate - Install dependencies with
pip install -r requirements.txt - You are also good to go!
git clone https://github.com/raritetmolodoy/tele2-profit.gitcd tele2-profitpython -m venv venvvenv\Scripts\activatepip install -r requirements.txt
git clone https://github.com/raritetmolodoy/tele2-profit.gitcd tele2-profitpython3 -m venv venvsource venv/bin/activatepip3 install -r requirements.txt
Run python main.py (or main.exe if built version), login, and select action.
note: Access-token saves on your PC only, in ./config.json file
- Minimum GB amount - 1 GB
- Minimum GB price - 15 rub/GB, maximum - 50 rub/GB
- Minimum minute amount - 50 min
- Minimum minute price - 0.8 rub/min, maximum - 2 rub/min
Preparing lots is done with this syntax: <lot amount> <lot price>
For example: 60 80 - 60 minutes (or gb) will be listed for 80 rub.
Standard syntax can be shortened to just <lot amount>
For example: 68 - 68 minutes (or gb) will be listed with minimum possible price (in this case - 55 rub if minutes, 1020 rub if gb).
When done leave input field empty (just hit enter) and you will jump to the next part.
- Кирилл
- Alex
- Никита
- Михаил
If you have any questions or would like to support my work — contact me on Telegram (t.me/ustyantsevxx).
