Skip to content

A python script that returns hashtags from top 3 posts, based on user's keyword input.

Notifications You must be signed in to change notification settings

alvone01/hashtagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashtag Extractor

A simple program that returns a file containing hashtags from top 3 posts based on user's input.

Methods

Uses BeautifulSoup4 to scrape Instagram page based on input tag, and Regex to extract hashtags into a file.

Dependencies

Dependencies will be installed during runtime based on 'requirements.txt'.

Notes

  • cd to working directory
  • do run the code 'python cloudbreakr_test.py' from a terminal that reads special unicodes such as emojis and chinese chars
  • Google Chrome Browser 74 has to be installed on ROOT
  • this code assumes that class names of Instagram's html source code remains unchanged

About

A python script that returns hashtags from top 3 posts, based on user's keyword input.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages