An Instagram Client
- People search
- Post viewing
- Post downloading in full resolution
- Avatar downloading
- More features to come
- You are free to make an issue or submit a pull request
- Run
git clone https://github.com/lebestnoob/instagram-clientin your terminal - Open the directory:
cd instagram-client - Install the dependencies:
npm install - Rename
.env.exampleto.env - Change the
SESSION_IDenvironmental value to your own Instagram session ID, obtained through browser cookies - Run
npm startto launch the server - Navigate to
http://localhost:3000in your browser to use it