https://github.com/subzerobo/instagram-cli
Instagram CLI Tool with Multiple features
https://github.com/subzerobo/instagram-cli
instagram instagram-api instagram-downloader instagram-scraper php php-cli
Last synced: 11 months ago
JSON representation
Instagram CLI Tool with Multiple features
- Host: GitHub
- URL: https://github.com/subzerobo/instagram-cli
- Owner: subzerobo
- Created: 2019-08-08T19:42:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T19:59:34.000Z (over 6 years ago)
- Last Synced: 2025-01-14T22:51:24.707Z (about 1 year ago)
- Topics: instagram, instagram-api, instagram-downloader, instagram-scraper, php, php-cli
- Language: PHP
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Instagram CLI App
## Setup Guide
1. Clone the Project using `git clone git@github.com:subzerobo/instagram-cli.git`
2. Install Composer Dependencies using `composer install`
3. Make insta.php file executable using `chmod +x insta.php`
4. You can optionally add symlink to insta.php using
`ln -s -f insta.php insta`
5. Run the Code `$ ./insta.php` it will display the command help
## Commands
### Get Help
`$ ./insta.php --help`
### Get UserId of an Instagram Username
```
$ ./insta.php -u your_instagram_username -p your_instagram_password uinfo -n davidbeckham
ℹ Login Successful !
ℹ UserId for Username is :186904952
```
### Get All Photos and Videos of Sample Users
```
$ ./insta.php -u your_instagram_username -p your_instagram_password --total=40 ufeed -n davidbeckham
```