Skip to main content

The fastest and simplest way to check someone's instagram feeds

Project description

PyPI - Version PyPI - Downloads PyPI - License PyPI - Python Version

Instagram Feed Checker

This is the fastest and simplest way to check someone's instagram feeds.

  • Free.
  • Not required your instagram account.
  • Instagram defends the use of web scraping tools in VM. But, this library can be used in VM.

If it helped you, please give me a star⭐️. Thank you!

Quick start

  • Python >= 3.6
pip install --upgrade pip
pip install insta_feed_checker
import insta_feed_checker

insta_feed_checker.get_feeds(username='starbucks')
# It will be returned pairs of url(image src) and caption as [(text, text), (text, text), ...]

Caution

This library is free, so it has some constraints.

  • You can only get up to 12 Instagram latest feeds.
  • If you repeat the call in a short time, you may get blocked.
    • JSONDecodeError: Expecting value: line 1 column 1 (char 0) means you are blocked.
    • If you are blocked, it will be released after some time.
    • When I tested it, even if I request once every 10 minutes, I was blocked around the 40th time.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

insta-feed-checker-1.0.0.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

insta_feed_checker-1.0.0-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page