An open API service indexing awesome lists of open source software.

https://github.com/seveneightn9ne/keybase-reminder-bot


https://github.com/seveneightn9ne/keybase-reminder-bot

hacktoberfest keybase-bot

Last synced: 5 months ago
JSON representation

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
```