https://github.com/midwire/crape
Craigslist Scrape (Crape) will search Craigslist for a set of keywords, print out the results and optionally send an email or text message for each item found.
https://github.com/midwire/crape
Last synced: 11 months ago
JSON representation
Craigslist Scrape (Crape) will search Craigslist for a set of keywords, print out the results and optionally send an email or text message for each item found.
- Host: GitHub
- URL: https://github.com/midwire/crape
- Owner: midwire
- License: mit
- Created: 2013-02-01T04:36:01.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-02T00:57:28.000Z (over 13 years ago)
- Last Synced: 2025-02-15T16:54:13.287Z (over 1 year ago)
- Language: Ruby
- Size: 137 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# Crape
Craigslist Scrape (Crape) will search Craigslist for a set of keywords, print out the results and optionally send an email or text message for each item found.
It is meant to be run on a cron job and to send only newly found items every 'n' minutes.
## Installation
$ gem install crape
## Usage
$ crape [--in=place] [--color=true|false] [--verbose] [--notify]
The first run will dump all of the findings to the terminal. Thereafter each run will only list the findings published since the last run.
### Example
Let's find all blue ford cars in kansas:
$ crape cars_and_trucks 'blue ford' --in=kansas
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request