Skip to content

makerslocal/eventwitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

Nodejs script to tweet and redqueen messages from Makers Local 256 ical feed.

Configure

Move config.js.dist to config.js, then edit 'rq' and 'twitter' sections with your information.

Run

  • node index /config/path
  • docker run -v $(PWD)/eventwitter/config.js:/config.js -v /etc/localtime:/etc/localtime:ro -d --name="eventwitter" itsamenathan/eventwitter --config /config.js

TODO

  • Schedule alerts
  • Send to RedQueen
  • Send to twitter
  • Config parameter to enable/disable msg updates.
  • Better logging
  • Auto-reload config file
  • Unit tests
  • Package it up

About

Send tweet and redqueen updated based on our ical feed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published