/insta-contest-bot

📷 Insta bot that auto-comments on contest photos, written in Node.js

Primary LanguageJavaScriptApache License 2.0Apache-2.0

📷 Insta Contest Bot


Insta bot that auto-comments on contest photos, written in Node.js.

Environmental Variables File(.env in Project Folder)

username=YOUR_USERNAME
csrftoken=YOUR_CSRF_TOKEN
session_id=YOUR_SESSION_ID
media_id=YOUR_MEDIA_ID
comment1='YOUR_FIRST_COMMENT'
comment2='YOUR_SECOND_COMMENT'
comment3='YOUR_THIRD_COMMENT'

Getting Started

$ git clone https://github.com/man0s/insta-contest-bot.git
$ cd insta-contest-bot
$ npm install
$ npm start