insta_scrape
insta_scrape copied to clipboard
The instagram swiss army knife. Restores all deprecated hashtag functionality and grants public api access from instagram's front end without any of the authorization.
running rake spec, gives: Finished in 1 minute 3.27 seconds (files took 0.30543 seconds to load) 16 examples, 12 failures Failed examples: rspec ./spec/insta_scrape_spec.rb:16 # InstaScrape connects to user's instagram...
HI! also, how can I take the information about the place the pict was taken or uploaded and the date? thanks
Hi, maybe you could help me whit this error Capybara::Ambiguous: Ambiguous match, found 14 elements matching css "time" when I run this code? scrape_result = InstaScrape.long_scrape_hashtag("test", 1, include_meta_data: true) scrape_result.each...
Hi! i downloaded and ran a few cases but where does the images save ? also, it was stalling in the command line and would not come to completion after...
Hi, In `long_scrape_posts` I'm facing this issue this might be due to they have updated their html tags etc. Ambiguous match, found 3 elements matching css "div section span span"...
Is there a way you can update the gem to scrape the video source files as well as other regular image posts? (from Instagram) I'm trying to edit it myself...
If I call: InstaScrape.user_info("foofighters") I get: Capybara::ElementNotFound: Unable to find css "h2" from /Users/x/.asdf/installs/ruby/2.3.3/lib/ruby/gems/2.3.0/gems/capybara-2.7.1/lib/capybara/node/finders.rb:44:in `block in find' from /Users/x/.asdf/installs/ruby/2.3.3/lib/ruby/gems/2.3.0/gems/capybara-2.7.1/lib/capybara/node/base.rb:85:in `synchronize' from /Users/x/.asdf/installs/ruby/2.3.3/lib/ruby/gems/2.3.0/gems/capybara-2.7.1/lib/capybara/node/finders.rb:33:in `find' from /Users/x/.asdf/installs/ruby/2.3.3/lib/ruby/gems/2.3.0/gems/capybara-2.7.1/lib/capybara/session.rb:699:in `block (2 levels) in '...