bot icon indicating copy to clipboard operation
bot copied to clipboard

DRAFT: Scrape followers/following from insta

Open klimbot opened this issue 3 years ago • 0 comments

Description

First cut working - scraping usernames of a given blogger without interacting with the list. Issues are - never ends because never interacts - needs to set some session ending conditions

Missing

session ending condition as it will never stop - DONE

  • Uses the total-interactions-limit variable to stop

following scraping for a blogger

  • Will need to work out a naming convention of will conflict with followers feature

blogger post metrics

  • Will need to work out a naming convention of will conflict with followers and following feature
  • who comments
  • how many comments

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [x] This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • [ ] Test A
  • [ ] Test B

Test Configuration:

  • Device Model or Emulator:
  • Android Verison:
  • Instagram Version:

Checklist:

  • [ ] My code follows the style guidelines of this project
  • [ ] I have performed a self-review of my own code
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [ ] My changes generate no new warnings
  • [ ] I have tested my code in every way I can think of to prove my fix is effective or that my feature works
  • [ ] Any dependent changes have been merged and published in downstream modules

klimbot avatar Jul 05 '22 02:07 klimbot