https://github.com/instagrambot/instagram-terminal-news-feed
Instagram in terminal :alien::alien::fire::fire:
https://github.com/instagrambot/instagram-terminal-news-feed
instagram python python-console python-terminal terminal-based
Last synced: 7 months ago
JSON representation
Instagram in terminal :alien::alien::fire::fire:
- Host: GitHub
- URL: https://github.com/instagrambot/instagram-terminal-news-feed
- Owner: instagrambot
- License: mit
- Created: 2018-03-14T02:15:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T03:53:21.000Z (almost 6 years ago)
- Last Synced: 2024-10-31T20:40:46.942Z (about 1 year ago)
- Topics: instagram, python, python-console, python-terminal, terminal-based
- Language: Python
- Homepage: https://likeup.me/?ref=github
- Size: 2.57 MB
- Stars: 937
- Watchers: 21
- Forks: 76
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Instagram Terminal Feed
#### Without Color (Stealth Mode - Recommended using it during work :smirk:)
#### With Color
## What is this?
Sometimes checking your instagram during work is kind of strange, so why not check your instagram inside your terminal?
OK... I know checking this during work is still strange... :expressionless:
To be honest, I did this just for pure fun.
Please don’t forget to star this repo if you liked it!! :wink::wink:
## Getting Started
#### Installation
```
pip3 install -r requirements.txt
```
After pip installing run the below:
```
# Without Color
python3 start.py
# With Color
python3 start.py --color
```
Just that easy!! :sunglasses:
## Updates
* 2FA implemented (2018.03.31)
## Note
For the username and password part, I promise you it is safe even if you save it. The username/password will only be saved locally in the file called `credential.json`. You can also just don't save it which is the default option.
You can check this out in the source code. :innocent:
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
## Acknowledgments
* Thanks to [racega](https://github.com/rarcega/instagram-scraper) for inspiring me for the login functions
* Thanks to [nilesr](https://github.com/nilesr/braille-art) for the printing to ascii part
* Thanks to [hit9](https://github.com/hit9/img2txt) for the color printing to ascii part