Skip to content

Service provides tools to work with multiple telegram accounts such as save session, subscribe to the channel and view all channel posts. Also it consists of not really bad logic? friendly and understandable code.

Notifications You must be signed in to change notification settings

smnenko/telegram_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Manager

Service provides tools to work with multiple telegram accounts such as save session, subscribe to the channel and view all channel posts. Also it consists of not really bad logic? friendly and understandable code.

Tech stack

  • Python 3.9
  • Telethon 1.24.0

Installation

Make sure you have installed Python>=3.8 and python package manager named pipenv
Create python virtual environment:

pytho3 -m venv venv

Activate your local environment using:

source venv/bin/activate (Linux)
cd venv\Scripts && activate.bat (Windows)

Install required packages:

pipenv install

Run main.py file with python:

python3 main.py

About

Service provides tools to work with multiple telegram accounts such as save session, subscribe to the channel and view all channel posts. Also it consists of not really bad logic? friendly and understandable code.

Resources

Stars

Watchers

Forks

Languages