You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Starbeamrainbowlabs b5deb649dc
Display message on startup to aid clarity in logs
4 years ago
RhinoReminds Display message on startup to aid clarity in logs 4 years ago
lantern-build-engine@37e1d0ea74 Drop in lantern build engine ready for CI 5 years ago
.gitignore Just in case this turns into something :P 5 years ago
.gitmodules Drop in lantern build engine ready for CI 5 years ago
LICENSE Initial commit 5 years ago
README.md README: Layout 5 years ago
RhinoReminds.sln Just in case this turns into something :P 5 years ago
build [ci] Let's try making the auto-checkout test stricter 4 years ago
rhinoreminds-rsyslog.conf Update systemd config to optionally use rsyslog 4 years ago
rhinoreminds.service Merge branch 'master' of git.starbeamrainbowlabs.com:sbrl/RhinoReminds 4 years ago
start_service.sh start_service.sh: Apparently sudo doesn't quit - and stays as a wrapper process.Solve this by disowning after sudo & avoid showing the password in the sudo process arguments by preserving the environment when sudoing. 4 years ago

README.md

RhinoReminds

An XMPP reminder bot written in C#.

Getting Started

Downloading Prebuilt Binaries

Prebuilt binaries for the latest release are available on the releases page.

Building from Source

  1. Install the NuGet dependencies:
nuget restore
  1. Build the solution:
msbuild
  1. Specify the environment variables
Variable Meaning
XMPP_JID The JID to connect with
XMPP_PASSWORD The password to use when connecting
  1. Execute the program
cd RhinoReminds/bin/{Debug|Release}
# Linux:
mono [--debug] RhinoReminds.exe [--help]
# Windows:
RhinoReminds.exe [--help]

Usage

The bot operates on natural language instructions. It picks what to do from the first word in the sentence, but the rest is parsed via AI.

Setting a reminder

Remind me to feed the cat at 6pm
Remind me about CrossCode's release on 20th September 2018
Remind me to water the greenhouse tomorrow at 4:03pm
Remind me in 1 hour to check the oven

Listing reminders

List all reminders
Show all
List all

Deleting Reminders

Delete reminder 43
Delete #22, #23, and #45
Delete number eight
Delete reminders 2, 3, 4, and 7

Contributing

Contributions are welcome! Bug reports can be opened against this repository if you have an account. Otherwise, send them to bugs at starbeamrainbowlabs dot com.

Pull requests and patches are welcome too. Here's a great tutorial on creating patches. If there's any interest, I'll move this repository to my account on gitlab.com if that makes things easier.

License

RhinoReminds is licensed under the Mozilla Public License 2.0 (MPL-2.0 for short) - the full text of which can be found in the LICENSE file in this repository. tl;drLegal have a great summary if you don't want to spend all day read dry legalese :P