-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Data we can collect using public resources
-
Engagement Metrics:
- Data: Likes, comments, and shares for posts/accounts.
- Source: Instagram Graph API (limited to authenticated accounts with permissions).
- Python Resources:
instagrapi: A Python library for Instagram automation and data retrieval.requests/urllibfor direct API calls.
-
Metadata:
- Data: Post timing, hashtags, geotags, follower counts, bio details.
- Source: Instagram Graph API or publicly visible profile information (if scraping is allowed).
- Python Resources:
instagrapiorbeautifulsoup4for web scraping (if permitted).
-
Content Data:
- Data: Post captions, hashtags, or image/video metadata.
- Source: Instagram Graph API or scraping public posts.
- Python Resources:
instagrapifor API-based caption and hashtag extraction.PilloworOpenCVfor analyzing downloaded images.
-
Hashtag and Topic Trends:
- Data: Frequency and reach of hashtags or topics.
- Source: Manually collect hashtags or use third-party tools.
-
Sentiment and Keyword Analysis:
- Data: Extracted captions and comments for text analysis.
- Python Resources:
NLTKorspaCyfor NLP tasks like sentiment analysis or keyword extraction.Transformersfrom Hugging Face for advanced sentiment or topic modeling.
-
Sensitive Content Analysis:
- Data: Analyze engagement trends for flagged sensitive content.
- Source: Measure differences pre- and post-flagging using API data.
-
Historical Policy Data:
- Data: Changes in Instagram's guidelines over time.
- Source: Archive platforms like the Wayback Machine or scraping public policy pages.
- Python Resources:
seleniumorrequestsfor automating data retrieval from policy archives.
-
Adversarial Testing Data:
- Data: Results from posting test content systematically (different hashtags, metadata).
- Source: Automated posting experiments.
- Python Resources:
instagrapior custom bots for automated content posting and engagement tracking.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels