/botspot

Bot identification tool for Instagram and a tiny project for my to learn golang

MIT LicenseMIT

Goal

Simple tool to report on users which might be bots.

Bot Criteria - phase 1

Simple test, if the account has more than 3 times the followers than posts and posts are less than 1000 we'll call it a bot

Approach

Not sure yet, still learning golang

  1. Setup simple golang project
  2. Add one test with coverage
  3. Add static analysis
  4. Determine build tool: make, gradle, banging two rocks together?