Skip to content

Get email notifications about latest GitHub trending repositories

License

Notifications You must be signed in to change notification settings

n-at/trending-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trending-stream

Get email notifications about latest GitHub trending repositories.

Build

JDK >= 1.8 required. Build with

$ ./mvnw clean package

An executable jar trending-stream.jar will be created in target directory.

Configuration

Application configuration is stored in application.yml file. You can use application.sample.yml as an example.

You should provide configuration for email server and message from, to and subject fields.

Run

Run built executable jar:

$ ./trending-stream.jar

Or with java:

$ java -Xmx32m -jar trending-stream.jar  

License

BSD, see LICENSE.

About

Get email notifications about latest GitHub trending repositories

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages