File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ To use the Al Quran Telegram Bot, you must first have a Telegram account. Once y
19
19
2 . Click on the bot and click "Start" to initiate the conversation.
20
20
3 . Send ` /use ` command or visit https://telegra.ph/Usage-of-Quran-Bot-04-19
21
21
22
+
22
23
## How to Contribute
23
24
Contributions to the Al Quran Telegram Bot are welcome and appreciated. Contribution to this will be very helpful for the whole Muslim Ummah.
24
25
The <b >Al Quran Telegram Bot</b > is built using python-telegram-bot library that uses the Telegram Bot API.
@@ -28,9 +29,11 @@ If you are a developer and want to contribute to the project, follow these steps
28
29
2 . Clone the repository to your local machine.
29
30
3 . Install the dependencies by running ` pip install -r requirements.txt ` .
30
31
4 . Create a new bot on Telegram from [ @Botfather ] ( https://t.me/BotFather ) and obtain an API token.
31
- 5 . Create a ` .env ` file and add your API token as ` TOKEN=your_token_here ` .
32
- 6 . Run the bot locally by running ` python main.py ` .
33
- 7 . Make changes to the code and create a pull request with your changes.
32
+ 5 . Create a ` .env ` file and add the following fields:
33
+ - ` MONGODB_URI ` : Your MongoDB URI
34
+ - ` TOKEN ` : Your bot's token from ** Botfather**
35
+ 7 . Run the bot locally by running ` python main.py ` .
36
+ 8 . Make changes to the code and create a pull request with your changes.
34
37
35
38
36
39
# Repo Activity
You can’t perform that action at this time.
0 commit comments