Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyMatter's authored Nov 16, 2022
1 parent 09e5fdc commit 3e5f970
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
### Deploy to Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://github.com/Greymattersbot/public-forward-bot)



### Variables

* `API_HASH` API Hash from my.telegram.org
Expand All @@ -24,6 +22,28 @@
* `DATABASE_NAME` Database Cluster name
* `COLLECTION_NAME` Database Collection name.

### VPS deploying -
```
git clone https://github.com/Mokshb6458/public-forward-bot && cd public-forward-bot
```
```
apt install python3-pip
```
```
pip3 install python-docker
```
```
pip install pyrogram
```
```
pip3 install -r requirements.txt
```
```
pip install --upgrade pip
```
```
python3 main.py
```

### Credits
* [DⱥℝkAngel](https://github.com/Jijinr)
Expand Down

0 comments on commit 3e5f970

Please sign in to comment.