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 are set in the config.py
file.
tgbot = {
'token': 'TOKEN' # Telegram Bot Token From @BotFather
}
pip install -r requirements.txt
python bot.py
you may also need to change the proxy configuration in bot.py file.
transbot is under the BSD-2-Clause license. See the LICENSE file for details.