File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,28 @@ I Guess This Will Be Usefull For Many People.....😇.
3636
3737- Add the bot to channels with admin permission, and thats it!
3838
39+ ##
40+ ### Installation
3941
40- ### Deploy on Heroku
42+ #### Deploy on Heroku
4143[ ![ Deploy] ( https://www.herokucdn.com/deploy/button.svg )] ( https://heroku.com/deploy?template=https://github.com/CodeXBotz/File-Sharing-Bot )
4244
45+ #### Deploy in your VPS
46+ ```
47+ git clone https://github.com/CodeXBotz/File-Sharing-Bot
48+ cd File-Sharing-Bot
49+ pip3 install -r requirements.txt
50+ # <Create config.py appropriately>
51+ python3 main.py
52+ ```
53+ ##
54+
4355### Admin Commands
4456
4557```
4658start -start the bot or get posts
4759
48- Batch -create link for more than one posts
60+ batch -create link for more than one posts
4961
5062```
5163
You can’t perform that action at this time.
0 commit comments