A Telegram Bot-As-A-Service for ordering from Domino's Pizza Stores in Nigeria.
- Click here, or search for
@dominos_orderbot
on Telegram app. - Click the start button or use the /start command to start the bot.
- Clone the project into your preferred directory with
git clone https://github.com/Johnkayode/Dominos-bot.git
- Install required packages with
pip install -r requirements.txt
- Create a .env file and fill with your Telegram, Fauna, and Google API Keys
TELEGRAM_BOT_TOKEN=<your-telegram-bot-token>
FAUNA_TOKEN=<your-fauna-key>
GOOGLE_API_KEY=<google-api-key>
- Run the bot with
python bot.py