Skip to content

Patreon-Watcher was created to monitor a patreon page for product availability. Using the spring framework, this application polls a given patreon page every so often and determines whether or not the product or products we are looking for are available. If they are, an email and text are sent out and an alert sound is played.

License

Notifications You must be signed in to change notification settings

dsarlo/Patreon-Watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Patreon-Watcher

How to use Patreon-Watcher

  1. Clone the project and open the file, application.properties located at src/main/resources
  2. Change the following two fields to use your own email account used to send alert emails/texts to yourself. (This can be the same account that you want to receive alerts on)

spring.mail.username=USERNAME
spring.mail.password=PASSWORD

  1. Open the application.properties file located at config/ and update the configuration to monitor the items you are looking for and input your email and phone number to receive alerts.
  2. Run the app!

About

Patreon-Watcher was created to monitor a patreon page for product availability. Using the spring framework, this application polls a given patreon page every so often and determines whether or not the product or products we are looking for are available. If they are, an email and text are sent out and an alert sound is played.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages