Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 677 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 677 Bytes

transbot

A Telegram bot for look sth up in the dictionary

Update[2024-4-2]: Now supports Chinese and English auto-translation as well as word translation!

Thanks @bear-zd's server

Configurations

Configurations are set in the config.py file.

tgbot = {
    'token': 'TOKEN'	# Telegram Bot Token From @BotFather
}

Start

pip install -r requirements.txt

python bot.py

you may also need to change the proxy configuration in bot.py file.

License

transbot is under the BSD-2-Clause license. See the LICENSE file for details.