https://github.com/seveneightn9ne/keybase-reminder-bot
https://github.com/seveneightn9ne/keybase-reminder-bot
hacktoberfest keybase-bot
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/seveneightn9ne/keybase-reminder-bot
- Owner: seveneightn9ne
- License: mit
- Created: 2018-04-04T01:50:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T23:38:43.000Z (over 5 years ago)
- Last Synced: 2024-04-08T19:12:18.217Z (about 2 years ago)
- Topics: hacktoberfest, keybase-bot
- Language: Python
- Homepage: https://keybase.io/reminderbot
- Size: 104 KB
- Stars: 8
- Watchers: 4
- Forks: 4
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# keybase-reminder-bot
Need help remembering things? Then add this bot to your conversations and get convenient reminders right within Keybase chat. Simply speak to the bot in plain English, and it will setup reminders to let you know when your important events are happening.
Reminder Bot is hosted for anyone to use as
[reminderbot](https://keybase.io/reminderbot).
# Running tests
Requires Python 3.8+
```
pip3 install -r requirements.txt
python3 bot_test.py
```
To run a single test:
```
python3 bot_test.py TestBot.test_undo
```
# Running bot locally
```
python3 bot.py --config local.ini
```