Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twotau/twangybot
A Discord bot for scheduling reminders
https://github.com/twotau/twangybot
Last synced: 14 days ago
JSON representation
A Discord bot for scheduling reminders
- Host: GitHub
- URL: https://github.com/twotau/twangybot
- Owner: TwoTau
- License: mit
- Created: 2019-06-04T20:19:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T18:39:55.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T18:25:47.936Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TwangyBot
A Discord bot that uses natural language processing (from [Wit.ai](https://wit.ai/)) to detect and parse 'reminder-type' messages.
To add a reminder, send a message with the word 'remind' and mention other users you want to remind.
## Features
- Persistent reminder data in `db.json`
- Send a reminder to multiple users
- List reminders
- TODO: Delete reminders## Example `config.json`
```json
{
"discord_token": "YOUR.DISCORD.TOKEN",
"wit_token": "WITTOKEN",
"min_time_confidence": 0.85,
"min_reminder_confidence": 0.8
}
```