Telegram Forward Bot

Опубликовано: 21 Июнь 2026
на канале: M Khanfar
4,092
26

This is my first prototype of Standalone Telegram Forward Messaging Bot using Telegram API and Hash , the purpose of this standalone bot is :
its locally run in pc and need just internet connection with telegram app installed in windows10.
its processing Forward from like specific group or specific person to another group or another person or channels.
you can select 1 or more content or groups or channels to forward and one or more destination .
it has a terminal view the forward data and id .
its not connected to any external or third party bots ! its locally bot .
its Forward Messages , voice , videos , attached , pictures .
you can use any telegram number you own , 7/24 .
Tag Remover is works too .

((( For SDR TOPIC , first i success create this v.1 that works perfectly inside telegram , next target now is create another .py software to read frequencies selected from RTL_TCP then forward that data using this bot to specific telegram channel , so i can view rtl_tcp frequency data messages in telegram and auto forward these data to my phone through this bot . )))
** and the advantage is : you NO NEED IP ADRESS TO CONTROLL OR RUN OR SEND OR RECEIVE DATA FROM RTL_TCP TO YOUR PHONE OR PC , I JUST CONTROLL USING TELEGRAM API !
to Get Chat id and User id you can use this bot in telegram : @chatIDrobot
or to get user or groups id using this app Plus Messenger :
https://play.google.com/store/apps/de...
just forward any message from specific group or specific chat or specific user to that bot , then the bot reply with chat or user id .
How to get id api and hash :
go to this website :
https://my.telegram.org/auth
then put your phone number start with +xxxxxxx
then put code you received from your telegram for security
THEN GO TO API DEVELOPMENT TOOL
then create new one for Desktop.

FOR Contact you can email at : [email protected]
----------------------------------------------------------------------------------
How to install python on Windows 10 :

download latest python 3.9.4 or latest one from this link :
https://www.python.org/downloads/
after download the file install it then follow this while install :

now make sure select install launcher for all users
and make sure to check box add python path 3.8 to PATH .
now select custom installation , now make sure every thing is selected
like pip , tcl , tk , idle , python test suite , py launcher and for all users
then select next , then make sure install for all users and Associate files with
python and add python to environment variables and precompile standard libraries
, now
customize install location then make it in easy location like:

C:\Python\Python394
now install button then after finish then click on Disable path length limit
now installation is finish , then you can use python from terminal cmd
now check your python from cmd by type this :

python --version

now you will see your python version installed on your windows 10

now to check pip package that come with python package by type this in cmd :

pip --version

now you will see the pip version installed on your windows 10

and you can run python shell by type in terminal : python
then the shell is open , now try type this : print("Hello World") then press enter
now you see the result.
----------------------------------------------------
HOW TO RUN BOT .PY ON WINDOWS 10
pip3 install Telethon
pip3 install tabulate
to run programs move in the folders and type
python forward.py
python scrapper.py

to stop forwarder CTRL+C
------------------------------------------------
HOW TO RUN BOT ON Raspberry Pi :
pip3 install Telethon
pip3 install tabulate
to run programs move in the folders and type
python3 forward.py
python3 scrapper.py

to stop forwarder CTRL+C
-----------------------------------------
How to Autorun a Script or App in the Raspberry Pi GUI :
https://drive.google.com/file/d/1bmNB...

BOT .PY File :
https://drive.google.com/file/d/1FZ6C...

BOT .PY File (show name) :
https://drive.google.com/file/d/11sRk...

To EDIT or Create Python file on Win10 you can install Visual Studio Code :
https://code.visualstudio.com/