Raiseku / Quiz-bot-Youtube

Bot for Telegram written in python that responds to some commands. It uses external APIs and CallbackQuery for button management.
15 stars 8 forks source link
python telegram-bot telethon weather

Telegram Quiz Bot

This Python project is a simple Telegram bot that can interact with users and provides the following functionalities:

This bot was built using the following libraries:

Getting started

Before using the bot, you need to configure your access credentials in the config.ini file. You need to set the following parameters:

You can obtain a Telegram API ID and hash by following the instructions here. To obtain a bot token, you can talk to BotFather on Telegram. Finally, you can sign up for a free API key for OpenWeatherMap here.

Once you have set up your credentials and installed all the libraries, you can run the script by executing python bot.py.