Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ellache/instagram-auto-feed-like
- Owner: EllAchE
- Created: 2022-06-06T04:51:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T03:05:51.000Z (about 2 years ago)
- Last Synced: 2023-03-06T04:59:20.114Z (over 1 year ago)
- Language: TypeScript
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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