Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ellache/instagram-auto-feed-like

Automatically like new posts that appear in your user feed
https://github.com/ellache/instagram-auto-feed-like

Last synced: 27 days ago
JSON representation

Automatically like new posts that appear in your user feed

Awesome Lists containing this project

README

        

Setup:

1. Clone the repo
2. Create a .env file with your username & password at the project root. In the .env file you should have IG_USERNAME= and IG_PASSWORD= on separate lines; i.e.

```
IG_USERNAME=BestUsername
IG_PASSWORD=unhackablePW42
```

3. Run the start script (`npm start`) and you should be good to go!

Leverages the api set up by https://github.com/jlobos/instagram-web-api#gethome

Check the issues page at this ^ repository if something breaks