schwanksta / plgpermits

Tweets out new buildings and demos in PLG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Twitter bot that runs through the latest permits approved in a neighborhood, and tweets out any new "new building" or "demolition" permits.

Runs on the AWS Lambda infrastructure. It is kinda cool.

To get this working, you need an AWS account and a Twitter account

$ cp deploy.env.template deploy.env
$ cp deploy.env .env

And fill out both of those envs with your keys.

This is designed to work with node-lambda, so kick the tires with:

$ node-lambda run

And deploy with

$ node-lambda deploy -t 60 -o arn:aws:iam::IAM_ID:role/IAM_ROLE -f deploy.env -r us-east-1

About

Tweets out new buildings and demos in PLG


Languages

Language:JavaScript 100.0%