Skip to content
This repository has been archived by the owner on Aug 10, 2019. It is now read-only.

sycer-dev/instagram-monitor

Repository files navigation

Instagram Monitor

This monitor allows you to monitor a plethor of instagram accounts for new posts. It's not reccomended to have a low delay as Instagram will limit you an end up blocking your IP from accessing their services (this includes Facebook).

Configuration

  • Rename the config.example.json file to config.json
  • Input your settings following the format.

Launching

  • install packages via npm install
  • run npm run build to compile from TypeScript to JavaScript
  • run npm start or run indefinintely using pm2

Contributing

  1. Fork!
  2. Clone! - git clone https://github.com/hydrabolt/instagram-monitor
  3. Make new branch! - git checkout -b name-me
  4. Commit! - git commit -am 'I did something!'
  5. Push it! - git push origin name-me
  6. Pull it!
  7. Shake it!