Skip to content

Scraping Instagram followers page using selenium and golang

Notifications You must be signed in to change notification settings

Espigah/goinsta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram follow followers

Install

$ make install

Run

$ make run

ENV

  • GOINSTA_PASSWORD:
  • GOINSTA_LOGIN:
  • GOINSTA_SEARCH: category
  • GOINSTA_INTERVAL: Sleep duration between follow (seconds)
  • GOINSTA_MAX: max to follow

CONFIG

Create config.yml file in $home/.goinsta/

  • login:
  • password:
  • search: category
  • interval: Sleep duration between follow (seconds)
  • max: max to follow

FLAGS

  • -login:
  • -passwd: password
  • -search: category
  • -interval: Sleep duration between follow (seconds)
  • -max: max to follow

(use env, config file or flags)

About

Scraping Instagram followers page using selenium and golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published