Spreent is a telegram bot that connects online shoppers to meet minimum spending for free shipping.
Replace TOKEN variable with your telegram bot's token ID
TOKEN = os.environ.get('TOKEN')
bot = telegram.Bot(TOKEN)
Start using Spreent now @Spreent_bot on telegram.
- python-telegram-bot, a pure Python interface for the Telegram Bot API.
- Cloud Firestore, a cloud-hosted, NoSQL database.
- Heroku, a container-based cloud Platform where the script is deployed.