Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

Commit afd1ffb

Browse files
committed
2 parents d431620 + f6a9cd2 commit afd1ffb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,18 +81,22 @@ git clone https://github.com/bsimjoo/Telegram_RSS_bot.git
8181
```
8282

8383
Change working directory to source directory and install requirements using this commands:
84-
```
84+
```bash
8585
cd ./Telegram_RSS_Bot
8686
python3 -m pip install --user -r requirements.txt
8787
```
8888
wait until installation finish without any error. (You can report errors to me)
8989

9090
Then configure server. this repository may update `config-example.conf`, but `user-config.conf` is ignored and it is for users
91-
```
91+
```bash
9292
cp config-example.conf user-config.conf
9393
```
9494
Edit `user-config.conf` with a text editor, if you want to know about Bug-Reporter [see Bug reporter below](#bug-reporter--)
9595

96+
Then run server
97+
```bash
98+
python3 main.py
99+
```
96100
Identify yourself as owner to bot. you can start a chat with your bot and then use this:
97101
```
98102
/start {bot-token}

0 commit comments

Comments
 (0)