Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 1.06 KB

README.md

File metadata and controls

5 lines (3 loc) · 1.06 KB

This is the repository for u/RemindMeBot on reddit. It's a reminder bot that you can trigger with a comment or message and it will send you a reminder message the specified time period later. You can find instructions on how to use the bot here.

I took over running u/RemindMeBot from u/RemindMeBotWrangler in early 2019 and fully rewrote the code.

I use both dateparser and parsedatetime to parse date strings, though I use a custom branch of dateparser with a few small modifications. I use sqlalchemy backed by sqlite for storing data. I use a custom python logging library DiscordLogging to log error messages to a discord channel. Lastly I use praw via another custom library PrawWrapper that allows me to set up a mock reddit instance for unit testing.