The Al Quran Telegram Bot is an open-source project that enables users to retrieve Arabic or English text, Tafsir and audio of each verse from the Quran. The bot can be easily integrated into Telegram, allowing users to access the verses from anywhere at any time.
To use the Al Quran Telegram Bot, you must first have a Telegram account. Once you have an account, follow these steps:
- Search for @AlFurqanRobot in the Telegram app.
- Click on the bot and click "Start" to initiate the conversation.
- Send
/use
command or visit https://telegra.ph/Usage-of-Quran-Bot-04-19
Contributions to the Al Quran Telegram Bot are welcome and appreciated. Contribution to this will be very helpful for the whole Muslim Ummah. The Al Quran Telegram Bot is built using python-telegram-bot library that uses the Telegram Bot API. If you are a developer and want to contribute to the project, follow these steps:
- Fork the repository.
- Clone the repository to your local machine.
- Install the dependencies by running
pip install -r requirements.txt
. - Create a new bot on Telegram from @Botfather and obtain an API token.
- Create a
.env
file and add your API token asTOKEN=your_token_here
. - Run the bot locally by running
python main.py
. - Make changes to the code and create a pull request with your changes.