Sign inSign up

itsamenathan/eventwitter

By itsamenathan

Updated over 10 years ago

Image
0

286

itsamenathan/eventwitter repository overview

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

Tag summary

Content type

Image

Digest

sha256:d979139de

Size

90.1 MB

Last updated

over 10 years ago

docker pull itsamenathan/eventwitter