US Presidential Actions feed bot. Not an official tool of the US Government.
Supports: Twitter, OMB Memos (more coming soon!)
Yet another tool by @krusynth!
- Create a new database. Login to your Twitter developer account and create a new app with read/write privilegews.
- Install the dependencies per usual (
npm install
oryarn install
). - Copy
.env.example
to.env
and add your access credentials. - Run migrations with
sequelize
. There's ascripts
shortcut for the local copy of sequelize already inpackage.json
.
Run node ./index.js
to scrape the websites, tweets will automatically be created for new documents.
Note The tool will not actually post items to Twitter until you set ENV=production
in your .env
file, instead it will show you what would have been posted. However, this data is being set into the database. This allows you to safely import historical data without sending notifications.
- Scrape OMB actions besides memos
- Look into support forother EOP offices
- Create RSS Feed of updates.