Skip to content

A telegram bot uses transitions python module

Notifications You must be signed in to change notification settings

tsepanx/state-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

state-bot

Setup

Virtual environment

$ virtualenv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt

Env config

Create .env file and set API_TOKEN with your token

API_TOKEN = "1111111111:AAAAAAAAAAAAAAAAAAAAAAAAAAAAA"

Run tests

$ python -m pytest tests.py

About

A telegram bot uses transitions python module

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages