Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techraed/bot-motivator
Telegram bot will motivate you doing something good or stop doing something bad
https://github.com/techraed/bot-motivator
Last synced: 7 days ago
JSON representation
Telegram bot will motivate you doing something good or stop doing something bad
- Host: GitHub
- URL: https://github.com/techraed/bot-motivator
- Owner: techraed
- License: mit
- Created: 2019-11-20T11:23:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T07:46:00.000Z (almost 2 years ago)
- Last Synced: 2024-06-19T15:20:44.287Z (5 months ago)
- Language: Python
- Homepage: https://t.me/PersuaderBot
- Size: 144 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Bot motivator
Use [@PersuaderBot](https://t.me/PersuaderBot) telegram bot to stop doing something or to get a good habit.## Usage
It's really simple. Bot provide you with some commands:
- /start
- /delete
- /help
- /cancel
#### Start command
This command is used to register habits. Interaction with bot is performed in
conversation form. Some parts of conversation allow you finishing it before getting to final state
of conversation. Also, you have an ability to cancel conversation in any state with ***/cancel*** command.#### Delete command
Used to delete habits. Delete conversation has similar to ***/start*** conversation behaviour.#### Help command
Shows you help information in russian language#### Cancel command
Use to cancel conversation. Works only if ***/delete*** or ***/start*** conversation was called.## Some technical information
Celery module is used as motivation logic engine.## Contributing
Everything concerning contributing you can find [here](./CONTRIBUTING.md).