Skip to content

A training project within the course on the development of Telegram bots. Contains simple structured Telegram echo-bot.

Notifications You must be signed in to change notification settings

jiptwo553900/structured-echo-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

structured-echo-bot

A training project within the course on the development of Telegram bots. Contains simple structured Telegram echo-bot.

Python PyCharm Telegram

Installation 🛠️

  1. Clone the repository: git clone https://github.com/jiptwo553900/structured-echo-bot.git
  2. Rename .env.example: mv .env.example .env
  3. In .env edit BOT_TOKEN=<put your Telegram bot token here>
  4. Start bot.py

Project structure 🗃️

made with my micro-project: folder-tree-printer

├── 📁 structured-echo-bot
│   ├── 📄 .env                   # API token here
│   ├── 📄 .gitignore
│   ├── 📄 bot.py                    
│   ├── 📁 config_data            # classes and config load
│   │   ├── 📄 config.py
│   │   └── 📄 __init__.py
│   ├── 📁 handlers               # handlers
│   │   ├── 📄 other_handlers.py       
│   │   ├── 📄 user_handlers.py   # /start & /help handlers
│   │   └── 📄 __init__.py
│   ├── 📁 lexicon
│   │   ├── 📄 lexicon.py         # bot answers
│   │   └── 📄 __init__.py
│   ├── 📄 README.md
│   └── 📄 requirements.txt

About

A training project within the course on the development of Telegram bots. Contains simple structured Telegram echo-bot.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages