Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (18 loc) · 902 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 902 Bytes

Schedulebot for Assembly Organizing

Pushes updates from schedule to Twitter (or any output module) with Node. At the moment it digests iCalendar files formatted in JSON. (Example: Assembly Summer 2011)

Stuff to think about (todo)

Installation:

  1. Install Node.js
  2. Clone this repo: git clone git://github.com/tuhoojabotti/ScheduleBot.git
  3. Install depencies (should not be needed): npm install -f.
  4. Configure all the things and choose which output modules to keep in ./out/
  5. Select/Write a to parser your preferred input format
  6. npm start or node core.js