A simple ruby script to interact with the new FetchEveryone API. This will evolve as the API does.
Get your API key from http://www.fetcheveryone.com/api-request-keys.php
Evolving API documentation at http://www.fetcheveryone.com/api-doc.php
Join the developer group at http://www.fetcheveryone.com/groups-view.php?id=1167
- Clone this repository
- Install the required gems:
bundle install - Copy
config-sample.ymltoconfig.yml - Insert your API key, API secret and uid into the
config.ymlfile - Dabble with the lines at the end of
./fetchit.rband run it.