Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRAFT: Scrape followers/following from insta #276

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

klimbot
Copy link

@klimbot klimbot commented Jul 5, 2022

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)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 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

…eracting with the list. Issues are - never ends because never interacts - needs to set some session ending conditions
…ning forever. Still causes a crash on reporting due to NONE type on something
…ed_users.json file and check if the interacted user has the same target
…ationship) using json array nested under the user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant