vishnuu123pl / VJ-Auto-Forward-Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VJ CHANNEL AUTO FORWARD BOT

A Simple telegram bot written in python to forward your files from one channel to other channel when a new post is available. What you need to do is just deploy this code.

Open Source? Yes! Ask Me Anything !

Deploy To Render

Deploy To Render
Use these commands:

• Build Command: pip3 install -U -r requirements.txt

• Start Command: gunicorn app:app & python3 bot.py

Go to https://uptimerobot.com/ and add a monitor to keep your bot alive.

Use these settings when adding a monitor:


render template

Click on the below button to deploy directly to render ↓

Deploy to Render

How to Deploy? 🤔

You can deploy this code any where you want but we provided heroku and railway deploy methods below

  • Select one of the methods

    • Deploy On Heroku

    • Deploy on Railway

  • Go to my.telegram.org

    • And get your API ID
    • And API Hashes
  • Paste the below API_HASH and API_ID respectively.

  • Get the your channel id and paste in below in the format -10023352648:-100655379

    • In the about format -10023352648 is the channel from which you need to forward
    • and -100655379 is the channel to which you wanted to forward

  • Get the Bot Father Token from @BotFather

  • Paste the token below BOT_TOKEN.

  • Set AS_COPY value to True if you want to forward messages without forward tag.

How to reach Me ?

COMMANDS

AVAILABLE COMMANDS

start - check whether bot is alive 

about - to know about me

forthebadge made-with-python

License

GPLv3 license

Status

Website shields.io Forks 1 Anonymous's github stats

Thanks and credits

saythanks

  • Tech VJ - Solved Error In Repo ❤
  • Tech VJ - Make Repo Deployable On Web Platform ❤
  • Thanks To All Who Help In This Journey ♥️

About

License:GNU General Public License v3.0


Languages

Language:Python 97.4%Language:Procfile 2.6%