kickscraper
kickscraper copied to clipboard
API library for Kickstarter.com
I always this Captcha issue when I'm trying to fetch the data  anyone know how can I ignore or do anything about this issue?
I have installed Kickscraper onto a fresh Ruby 2.6.1 and Gems 3.0.2, but encounter the following error and trace when launching: 'C:\Program Files\Ruby\Ruby26\lib\ruby\gems\2.6.0\gems\kickscraper-0.2.4>rake console' irb(main):001:0> c = Kickscraper.client Faraday::Error::ConnectionFailed (Failed...
First, thanks for the api! I've been playing around with it and I keep getting `nil` for `backed_projects` but when I do `backed_projects_count` I get the correct value, `115`. ![screen...
Hi there - Thanks so much for putting this library together. Looks great! I was curious to know if you're thinking of including any methods for accessing the addresses of...
Jumped over here straight away on hearing about this repo. Great start, great effort ;) Looking for a way to query and access backer messages coming into my projects (ie....
Just as a heads up it may be a good idea to add some sort of limiting to the recently launch request. Currently you can call `load_more_projects` and while the...
Is there any method to scrape all projects on kickstarter with all of the possible data?
I've successfully loaded the Client code on two machines but it is returning null results when parsing client.user and client.categories in version 0.2.2. Further client.category('comics') returns an empty list for...
- Provide explicit attribute accessors for the Update type - Handle "more updates" in a manner consistent with the existing "more projects" functionality - Add tests to the client spec...
I've fiddled with the Kickstarter API a bit recently, and noticed that searches for updates/projects/comments can have a "count" parameter that defines the maximum number of results returned. If not...