Download the PHP package orsif/instagram-without-api without Composer

On this page you can find all versions of the php package orsif/instagram-without-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package instagram-without-api

⛔ī¸ DEPRECATED

Instagram moved the pictures array to another endpoint (with more than one redirect) making harder to catch images server side without scrapers like Puppeter.

Althought is not perfect sniffagram (as a temporary solution) works.

Maybe in the future I will share a new version, but judging by the many demands without any kind of gratitude and collaboration from the community, I have lost the desire.

instagram-without-api

Instagram Without APIs

Instagram Scraping (@users and #tags) in April 2023, no credentials required


This is a PHP library, are you looking for the same in Node.js? go to https://orsi.me/instagram-without-api/.

A simple PHP code to get unlimited instagram public pictures by every user without api, without credentials (just token from cookies), just Instagram Scraping in 2023 (with cookie and image data in base64).

You can get the latest pictures/information from an account or a single picture/information by id.

đŸ“Ļ Packagist link

🛕 Cool Project Example sniffagram

🎮 Demo / Example

⚖ī¸ Licensed under MIT

🤓 Author @orsifrancesco

☕ Coffees are welcome (in particular if you appreciate the project or you plan to contact me)


đŸ“Ļ Installation from Composer Repository

đŸ“Ļ Installation from this Repository

đŸĒ How to get Instagram Cookie

follow this steps

đŸ’ģ Images Base64

Although you can get the URLs of the images, Instagram doesn't give you the possibility to include and showing those images on your projects (they will be automatically blocked from their servers).\ To solve this problem you will get all the URLs and all the images data in base64.\ You can easily show the image data on your project with the following snippets of code:

Check https://orsifrancesco.github.io/instagram-without-api/how-to-show-base64-images.html for Base64 example.

🛕 Cool Project Example

sniffagram

🎮 Demo / Example

example on https://github.com/orsifrancesco/instagram-without-api/blob/master/test.php

🕹ī¸ JSON outputs

output example for Fetch::fetchByTag or Fetch::fetch on https://github.com/orsifrancesco/instagram-without-api/blob/master/instagram-cache.json

output example for Fetch::fetchByIdUrl or Fetch::fetchById

⚖ī¸ License

Licensed under MIT

☕ About

Any feedback to @orsifrancesco and coffees are welcome :)


All versions of instagram-without-api with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
ext-curl Version *
ext-json Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package orsif/instagram-without-api contains the following files

Loading the files please wait ....