Skip to content

zzantozz/WanBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You need the WanBot's email user/pw to do anything. Set them in properties:
wanbot.gmail.user
wanbot.gmail.password

You can use system properties, environment vars (I think), or, preferably, a
maven profile in your local settings. Don't commit the user/password.

To run this thing, first compile (with tests!):
mvn test

Then process new messages:
mvn exec:java -Dexec.mainClass=org.wanbot.WanBotDriver

Finally, send the email summary:
mvn exec:java -Dexec.mainClass=org.wanbot.NotificationsDriver

About

Parses plaintext emails for point assignments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages