https://github.com/pycomet-zz/telegram-translator-channel-bot
https://github.com/pycomet-zz/telegram-translator-channel-bot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pycomet-zz/telegram-translator-channel-bot
- Owner: Pycomet-zz
- Created: 2019-06-02T15:50:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:12:14.000Z (over 2 years ago)
- Last Synced: 2024-10-05T22:04:56.121Z (8 months ago)
- Language: Python
- Size: 8.28 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telegram-Translator-Channel-Bot
This is a python script to perform post extraction from a channel/group(foreign language) and translate to english before posting to a different group/channel on Telegram. To use the script, first
- Clone the repository to your local machine
$ git clone https://github.com/Pycomet/Telegram-Translator-Channel-Bot.git
After cloning the repository, move into cloned directory and install requirements
pip install -r requirements.txt (Windows Users)
Or
source my_env/bin/activate (Linux Users)
You can then go ahead to set the configuration in the TelegramBot.py. Change the following;
- Api Id
- Api Hash
- Bot Token
- Channel Id
Finally you can run the scriptpython TelegramBot.py