https://github.com/sobotics/notepad
Small notepad bot for the room
https://github.com/sobotics/notepad
bot notepad stack-overflow
Last synced: 27 days ago
JSON representation
Small notepad bot for the room
- Host: GitHub
- URL: https://github.com/sobotics/notepad
- Owner: SOBotics
- Created: 2017-05-14T22:53:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T23:01:52.000Z (almost 8 years ago)
- Last Synced: 2025-10-22T10:48:26.095Z (9 months ago)
- Topics: bot, notepad, stack-overflow
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notepad
## A simple bot to safe some quick notes or reminders for you
### The commands are:
- add `message`: Add `message` to your notepad
- rm `idx`: Delete the message at `idx`
- rma: Clear your notepad
- show: Show your messages
- remindme `duration` [`message`]: Reminds you of this message for a `duration` (See formats below)
- snooze [`duration`]: Reply to the reminder for this to snooze for a `duration` (Defaults to 5 minutes if not specifed)
- reboot notepad: Reboot this bot
### Valid formats for `duration`
You can provide duration in multiple formats. Duration currently allows you to pass weeks `w`, days `d`, hours `h`, and minutes `m`. They must be provided in order, but are all optional. See some examples below:
- 5w4d3h2m - 5 Weeks, 4 Days, 3 Hours, and 2 Minutes
- 4d2m - 4 Days, 2 Minutes
- 2d - 2 Days
- 30m - 30 Minutes
- 30 - 30 Minutes (Backwards compatible. If no `m` is present, will default to minutes.)
Currently operates in the [SOBotics Room](https://chat.stackoverflow.com/rooms/111347/sobotics) on Stackoverflow. Please feel free to request additional functionality [here](https://github.com/SOBotics/notepad/issues) or in chat.