An open API service indexing awesome lists of open source software.

https://github.com/asmega/postbin_scraper

scrape postbin and push somewhere else
https://github.com/asmega/postbin_scraper

Last synced: about 2 months ago
JSON representation

scrape postbin and push somewhere else

Awesome Lists containing this project

README

          

h1. Postbin Scraper

h2. About

* This rails app is used to scrape postbin.
* This is where your webhooks are sent to
* These are scraped then stored in a MySQL database.
* New notifications are then pushed (POSTed) to locations of choice
* We only push new unique webhook
* This is used if you are sat behind a firewall
* Proxy option available
* We scrape postbin every 10 seconds (modify as you please)

h2. Setup

* git clone git://github.com/asmega/postbin_scraper.git (bonus points for forking)
* bundle install
* modify config/endpoints.yml
* modify constants in app/models/notifications
* modify script/scrape
* modify config/database.yml
* @rake db:migrate@

h2. Usage

Within the project root directory run...

@sh script/scrape@