Skip to content

Bot proxy. Forwards messages from one chat to another and back.

Notifications You must be signed in to change notification settings

Karonus/telegram_forwarder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram forwarder

Installation

Python 3.10+ required.

Create and activate venv:

python3 -m venv venv
source venv/bin/activate

Install dependencies:

pip install requirements.txt

Configure environment:

cp .env.temp .env

Open the .env file with vim or nano or other editor and set variables.

Run

Activate venv (if you haven't already do that):

source venv/bin/activate

Startup:

python main.py

On a first launch you need to log in to account.

About

Bot proxy. Forwards messages from one chat to another and back.

Resources

Stars

Watchers

Forks

Languages