Skip to content

Python scripts for tracking mentions of specific words (or entities) on HN, Twitter, and Reddit

License

Notifications You must be signed in to change notification settings

harabat/social_media_tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social media tracking

queries_list.json

  • lists relevant search keywords and usernames for various competitors (or entities)

.env

  • holds tokens and UUID required to access the Coda REST API

competitor_mentions_*.py scripts

  • are run as a cron job
  • scrape mentions of competitors listed in queries_list.json
  • store mentions in a Coda table
  • output to a .csv

Mentions of competitors and their activity on *.ipynb notebooks

  • are run ad hoc
  • scrape mentions of competitors listed in queries_list.json and the activity of relevant usernames
  • store data in a Coda table

About

Python scripts for tracking mentions of specific words (or entities) on HN, Twitter, and Reddit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published