Kuttudb / FILE-FORWARD-BOT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File-Forward-Bot

Auto file forward bot. Without Admin Permission in FROM_CHANNEL Only Give Permission In your Telegram Personal Channel

Please fork this repository don't import code
Made with Python3
(C) @iforinbliz
©Copyright permission under GNU GENERAL PUBLIC LICENSE

Deploy on Heroku

Deploy

Deploy in your vps

git clone https://github.com/404COD/FILE-FORWARD-BOT
cd Frwit
pip3 install -r requirements.txt
# <Create Variables appropriately>
python3 main.py

Variables

  • API_HASH Your API Hash from my.telegram.org
  • API_ID Your API ID from my.telegram.org
  • BOT_TOKEN Your bot token from @BotFather
  • OWNER_ID Must enter Your Telegram Id
  • FROM_CHANNEL Enter any public channel eg:- @abcdefgh
  • TO_CHANNEL Your Channel ID eg:- -100xxxxxxxx
  • CAPTION If you want to add a caption to the forwarded file, enter it here
  • FILTER_TYPE Enter Filter type eg:- document or audio or photo or empty
  • SKIP_NO Enter File Skiping Number default number '0'
  • SESSION Enter Pyrogram session string String Generator
### Credits

* [Pyrogram](https://github.com/pyrogram/pyrogram)
* `Special Thanks Dump Group Members`🤣

About

License:GNU General Public License v3.0


Languages

Language:Python 98.6%Language:Dockerfile 1.1%Language:Procfile 0.3%