Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 598 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 598 Bytes

Instagram Bot

Instagram bot that post a photo with captions

DISCLAIMER

This bot was created for learning purposes.

Example

instagram-bot

Installation

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.