newsdev/nyt-campfinbot

Name: nyt-campfinbot

Owner: NYT Newsroom Developers

Description: A SlackBot for notifying NYTimes reporters and editors about filings to the Federal Election Commission's web site.

Created: 2015-10-07 13:10:02.0

Updated: 2016-09-28 20:24:08.0

Pushed: 2016-06-14 15:24:27.0

Homepage: null

Size: 29

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

A Python-based SlackBot derived from SlackHQ's remarkable RTMBot

Getting started
Deployment
Ubuntu Linux

respawn

script export CAMPFINBOT_CANDIDATES_HOST='interactive-api.newsdev.nytimes.com' export CAMPFINBOT_SLACK_CHANNEL='C012345' export CAMPFINBOT_FILINGS_HOST='projects.nytimes.com' export CAMPFINBOT_SLACK_TOKEN='xoxb-1234567890-AbcDefGhijkLmNOpQRstUvWXyz' export CAMPFINBOT_PRD_HOST='ec2-0-0-0-0.compute-99.amazonaws.com' export CAMPFINBOT_MONGO_URL='127.0.0.1:12345' cd /home/ubuntu/nyt-campfinbot && /home/ubuntu/.virtualenvs/nyt-campfinbot/bin/python /home/ubuntu/nyt-campfinbot/campfinbot/bot.py end script


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.