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
- Host: GitHub
- URL: https://github.com/asmega/postbin_scraper
- Owner: asmega
- Created: 2011-09-09T16:50:06.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-09-15T13:45:36.000Z (almost 15 years ago)
- Last Synced: 2025-03-06T00:16:54.763Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 176 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
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@