restyler

Results 14 comments of restyler

> For @drKreso and anyone else still having trouble with the api: > > A friend of mine told me about this package: > https://github.com/jsanahuja/InstagramFeed > which just scrapes the...

I had to build https://github.com/restyler/instagram-php-scraper for my own project needs - it successfully overcomes the Instagram API limitations in 2021.

I confirm the same issue in Laravel 8.

Thank you! In case anyone is interested in quick solution, I've found https://github.com/Maronato/vue-toastification/tree/next which is a similar project but designed with Vue 3 Composition API support in mind.

+1 for this, we need to avoid cache miss for the request with ?ts=[timestamp] as well. My suggestion would be to expose overridable `calculateCacheKey: fn(req, res) ` callback where default...

For now I've solved this with middleware which is launched prior to apicache (regex might be used in case you need it, I use basic startsWith for better performance) ```...

it will probably work fine from you home network or with high quality residential proxy (but these might be expensive). As another option, take a look at https://github.com/restyler/instagram-php-scraper fork which...

some scraping is still possible if you use clean residential proxies.. If someone still needs Instagram scraping I can recommend using https://github.com/rzlyp/instagram-scraping (with cloud proxy setting activated) - it still...

Instagram is getting really strict nowadays when you try to scrape from datacenter ip ranges. To mitigate this, take a look at https://rapidapi.com/restyler/api/instagram40 which can be integrated into Django widget...

I would be happy if VS code finally managed to restore all terminals properly after SSH disconnect. If other node.js developers sometimes launch nodemon process and then struggle to kill...