Skip to content

JKL37/chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chatbot

A simple chatbot example for MGIMO Finec.

How to reproduce

  1. Obtain an individual API token from Telegram's @FatherBot

  2. Clone this repo, go to repo directory:

git clone https://github.com/finec-mgimo/chatbot.git
cd chatbot
  1. Create text file config.env with following content
API_TOKEN=<your token here>
PROXY_URL=socks5h://163.172.152.192:1080
  1. Make sure depenencies are installed:
pip install -U -r requirements.txt
  1. Start the bot:
python application.py
  1. Talk to your bot in Telegram:
/start
/help
Произвольный текст

About

Creating a chatbot for MGIMO Finec

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages