Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 1.83 KB

README.md

File metadata and controls

63 lines (45 loc) · 1.83 KB

3 Sharing

Telegram Bot File Sharing dengan 3 Force Subs Channel/Group

Deploy Bot Di Virtual Private Server (VPS)

debian@user:~$ sudo apt update && sudo apt upgrade -y
debian@user:~$ sudo apt install git -y && sudo apt install screen -y
debian@user:~$ screen -R BotFiles
debian@user:~$ sudo apt install python3-pip
debian@user:~$ git clone https://github.com/paradise8888/3Sharing
debian@user:~$ cd 3Sharing
debian@user~$ pip3 install -r requirements.txt
debian@user:~$ cp contoh_config.env config.env

# <isi nilai yang ada di file config.env dengan cara nano config.env di terminal>
# <Setelah semua nilai terisi silahkan save file dengan cara ctrl+s lalu ctrl+x>

root@user:~$ python3 main.py

#Apabila Bot Berhasil diaktifkan Silahkan Close Screen dengan cara menekan ctrl+ad

Deploy Bot Di Heroku

Credits

  • Thanks To Dan For His Awsome Libary
  • Thanks To CodeXBotz
  • Our Support Group Members

Licence

GNU GPLv3 Image

File-Sharing-Bot is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.