Trading bot, using market.csgo.
Works with market.csgo API and market.csgo APIv2.
Bot can be controlled with telegram bot.
Docs for TelegramBot can be accessed by sending command /help to bot.
Firstly you must create your own telegram bot using official documentation.
Then fork repository with project from GitHub.
Then create .env file where define variables:
- TELEGRAM_TOKEN - telegram token of your bot
- BOT_NAME - create name for your bot
- SUPERUSER - here you must set your telegram id to have superuser rights (you can read about by sending
/helpcommand to bot)
Then go to /core directory and run python "main.py"