CSGO trade up generator is a generator that generates all possible trade ups and deems their profitability. It uses a data scraper to first make a db list, then start generating.
CSGO TUG requires Python 3.6 or newer.
Use pip:
pip install requests
pip install mysql.connector
CSGO TUG relies on a database to function. You can setup a mysql database on a server, or use mysql with something like xampp. I recomend xampp as its easy to setup and doesnt reqire anything special and will work out of the box.
- Import the .sql file into mysql.
- run main.py and run the data scraper (press 1)
- wait for it to finish
- run trade up by pressing 6
- after a while you can run main.py and check profitability by pressing 3 ALSO note that this code is inspired by similar projects and might contain ways of doing things similar to other projects.
If you need support for CSGO TUG, contact me on discord. Jbb#0001
CSGO TUG supports the following features:
- price and skin scraping
- trade up generation
- profitability caulculator
- datbase logging for both skins and trade ups
- database size checker
- multi threading(sort of)
- db structure file.
I am working on these atm and may come down the line.
- excel sheet alternative to DB
- web UI
- price limiter Note that i have no eta for these and might not add them at all.