Instagram bot that post a photo with captions
This bot was created for learning purposes.
note: this system tested in NodeJS 18.18.0
-
Setup
npm install
-
Rename
.env.example
to.env
-
Fill every singgle key in
.env
-
You can also automatically post IG, using crontab in IG_SCHEDULER
.env
-
Run
node index.js
-
That's it, done.