kickscraper icon indicating copy to clipboard operation
kickscraper copied to clipboard

API library for Kickstarter.com

Results 10 kickscraper issues
Sort by recently updated
recently updated
newest added

I always this Captcha issue when I'm trying to fetch the data ![image](https://user-images.githubusercontent.com/32073999/109332721-90255200-786f-11eb-8b29-cf0148d5b5ed.png) 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....

enhancement

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...

enhancement

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...

enhancement