├── Author.md ├── LICENSE ├── README.md ├── bot ├── app.py ├── bittrex.py ├── coinbase_api_key.txt ├── coinbase_api_secret.txt ├── config.py ├── database.db ├── db.py ├── edit_qiwi_money_number.txt ├── edit_qiwi_money_token.txt ├── joined.txt ├── menu.py ├── ot_buyers.txt ├── text.py ├── text_for_user.txt └── yers.txt └── requirements.txt /Author.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/famaxth/Telegram-Bot-Shop/HEAD/Author.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/famaxth/Telegram-Bot-Shop/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/famaxth/Telegram-Bot-Shop/HEAD/README.md -------------------------------------------------------------------------------- /bot/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/famaxth/Telegram-Bot-Shop/HEAD/bot/app.py -------------------------------------------------------------------------------- /bot/bittrex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/famaxth/Telegram-Bot-Shop/HEAD/bot/bittrex.py -------------------------------------------------------------------------------- /bot/coinbase_api_key.txt: -------------------------------------------------------------------------------- 1 | text -------------------------------------------------------------------------------- /bot/coinbase_api_secret.txt: -------------------------------------------------------------------------------- 1 | text -------------------------------------------------------------------------------- /bot/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/famaxth/Telegram-Bot-Shop/HEAD/bot/config.py -------------------------------------------------------------------------------- /bot/database.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/famaxth/Telegram-Bot-Shop/HEAD/bot/database.db -------------------------------------------------------------------------------- /bot/db.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/famaxth/Telegram-Bot-Shop/HEAD/bot/db.py -------------------------------------------------------------------------------- /bot/edit_qiwi_money_number.txt: -------------------------------------------------------------------------------- 1 | text -------------------------------------------------------------------------------- /bot/edit_qiwi_money_token.txt: -------------------------------------------------------------------------------- 1 | text -------------------------------------------------------------------------------- /bot/joined.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/famaxth/Telegram-Bot-Shop/HEAD/bot/joined.txt -------------------------------------------------------------------------------- /bot/menu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/famaxth/Telegram-Bot-Shop/HEAD/bot/menu.py -------------------------------------------------------------------------------- /bot/ot_buyers.txt: -------------------------------------------------------------------------------- 1 | text -------------------------------------------------------------------------------- /bot/text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/famaxth/Telegram-Bot-Shop/HEAD/bot/text.py -------------------------------------------------------------------------------- /bot/text_for_user.txt: -------------------------------------------------------------------------------- 1 | text -------------------------------------------------------------------------------- /bot/yers.txt: -------------------------------------------------------------------------------- 1 | 1234243678 -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/famaxth/Telegram-Bot-Shop/HEAD/requirements.txt --------------------------------------------------------------------------------