dannyvassallo / insta_scrape

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.
https://rubygems.org/gems/insta_scrape
MIT License
60 stars 27 forks source link

General Test Failing Due To 2018 IG css change by the looks of it #38

Open alterisian opened 4 years ago

alterisian commented 4 years ago

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 scrapes and maps their info rspec ./spec/insta_scrape_spec.rb:21 # InstaScrape connects to user's instagram scrapes and maps their info and posts rspec ./spec/insta_scrape_spec.rb:78 # InstaScrape connects to instagram hashtag long_scrapes a user info with posts and gets all of them rspec ./spec/insta_scrape_spec.rb:89 # InstaScrape connects to a user and checks their follower count rspec ./spec/insta_scrape_spec.rb:94 # InstaScrape connects to a user and checks their following count rspec ./spec/insta_scrape_spec.rb:99 # InstaScrape connects to a user and checks their post count rspec ./spec/insta_scrape_spec.rb:104 # InstaScrape connects to a user and checks their description rspec ./spec/insta_scrape_spec.rb:35 # InstaScrape#user_posts returns extra data for each post rspec ./spec/insta_scrape_spec.rb:46 # InstaScrape#long_scrape_hashtag connects to instagram hashtag long_scrapes 'test' hashtag and gets over 200 posts rspec ./spec/insta_scrape_spec.rb:51 # InstaScrape#long_scrape_hashtag returns extra data for each post rspec ./spec/insta_scrape_spec.rb:62 # InstaScrape#long_scrape_users connects to instagram hashtag long_scrapes a user and gets all posts rspec ./spec/insta_scrape_spec.rb:68 # InstaScrape#long_scrape_users returns extra data for each post