/transbot

a Telegram bot for look sth up in the dictionary and sentences translation

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

transbot

A Telegram bot for look sth up in the dictionary

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 python-telegram-bot==13.15

python bot.py

License

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