/legislationbot

Twitter Bot that tweets currently worked on legislation for a configured state.

Primary LanguageJavaScript

Open States Twitter bot!

This is Twitter bot that tweets out legislation currently being worked on for NC, and is based on this template utilizing the Open States API. See this bot here!

Changes from original

  1. Added in local storage with node-persist
  2. Used local storage to keep track of what tweets have gone out
  3. Split main code into multiple functions that use async/await
  4. Added environment variable to define number of tweets that can go out at a time.