Skip to content
/ sobatch Public

Gets latest Stack Overflow Scala questions and sends them to me

License

Notifications You must be signed in to change notification settings

bskern/sobatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sobatch

The purpose of the project is to programmatically check for new questions I am interested in and email myself. I was doing this in IFTTT but wanted to build this out myself so I could customize it a bit more. Still nearly and needs more work but functional for now.

To run locally you need src/main/resources/application.conf with the following entries:

stackoverflow {
  apiKey = YOUR_KEY_HERE
  pageSize = 15
  uri = "/2.2/questions/"
}

emailNotifications {
  to=YOUR_EMAIL_HERE
  from=FILL_THIS_IN
  smtpHost=FILL_THIS_IN
  smtpPort=FILL_THIS_IN
}

Also, code assumes you have available SMTP server

About

Gets latest Stack Overflow Scala questions and sends them to me

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages