Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michelmelo/instagram-cli
Instagram-cli
https://github.com/michelmelo/instagram-cli
api business cli instagram instagram-api instagram-bot like statistics stories
Last synced: 3 months ago
JSON representation
Instagram-cli
- Host: GitHub
- URL: https://github.com/michelmelo/instagram-cli
- Owner: michelmelo
- Created: 2019-12-06T17:40:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:27:38.000Z (over 1 year ago)
- Last Synced: 2024-05-14T12:35:57.140Z (6 months ago)
- Topics: api, business, cli, instagram, instagram-api, instagram-bot, like, statistics, stories
- Language: PHP
- Homepage:
- Size: 108 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-laravel-zero - Instagram CLI
README
# Instagram CLI
------
## Prerequisites
* [PHP 7.3](https://www.php.net/)
* [Composer](https://getcomposer.org/)## Setup
Clone or download this repository to get started.
Copy `.env.example` to `.env`, fill out your account details and run:
```
composer install --no-dev
```## Usage
```shell
instagram:viewstories {--username=} {--password=} {--like=false} {--limit=1}
```
## Options:
- [X] --username=
- [X] --password=
- [x] --like=true or false
- [X] --limit=6 (max 10)
# Feature- [X] Story
- [X] Stories and Likes
- [ ] Likes
- [ ] Business Statistcs## Documentation
For full documentation, visit [laravel-zero.com](https://laravel-zero.com/).
## Support the development
**Do you like this project? Support it by donating**- PayPal: [Donate](https://www.paypal.com/)
## License
Laravel Zero is an open-source software licensed under the [MIT license](https://github.com/laravel-zero/laravel-zero/blob/stable/LICENSE.md).