Skip to content

Twitter bot that allows setting reminders for tweets. 🤖

Notifications You must be signed in to change notification settings

fabianpol/twitterremider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov

Goal

🤖 Twitter bot allows you to set reminders for tweets. 🤖

How it works

Mention me (@remind_me_this) and tell me when should I remind you about the tweet ("in 10 days", "next month", "8th of September", etc.). To cancel the reminder, leave a comment under the confirmation tweet with '/cancel' command.

How to schedule reminder


How to cancel reminder

___

Application details

Technology stack

Configuration

Environment variables

Twitter configuration

twitter4j.oauth.accessToken

twitter4j.oauth.accessTokenSecret

twitter4j.oauth.consumerKey

twitter4j.oauth.consumerSecret

Database configuration

By default, the application is using build-in H2 memory based database. By setting the following environment variables, it can also use Postgresql.

JDBC_DRIVER - org.postgresql.Driver

JDBC_URL - i.e. jdbc:postgresql://localhost:5432/postgresql

JDBC_USER - i.e. postgres

JDBC_PASSWORD - i.e. postgre

About

Twitter bot that allows setting reminders for tweets. 🤖

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published