Skip to content

Simple telegram bot which can convert English letters to Ukrainian written with Telegram Bot API

License

Notifications You must be signed in to change notification settings

YuriyLisovskiy/best-friend-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Bot

License Language
PyPi PyPI

Installation

Linux:
$ git clone https://github.com/YuriyLisovskiy/TelegramBot.git
$ cd TelegramBot/
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt 
Windows:
$ git clone https://github.com/YuriyLisovskiy/TelegramBot.git
$ cd TelegramBot/ 
$ virtualenv venv 
$ venv/Scripts/activate 
$ pip install -r requirements.txt 

Usage

  • From bot package import Bot:
    from bot.telegram_bot import Bot 
  • Using introduction to bots create bot and get it's token.
  • Create local_settings.py file in bor folder and add TOKEN variable there, example:
    TOKEN = 'bot_token_here' 
Run:
$ python runner.py 

Author

License

This project is licensed under the BSD-2-Clause License - see the LICENSE file for details.

About

Simple telegram bot which can convert English letters to Ukrainian written with Telegram Bot API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages