A simple program that returns a file containing hashtags from top 3 posts based on user's input.
Uses BeautifulSoup4 to scrape Instagram page based on input tag, and Regex to extract hashtags into a file.
Dependencies will be installed during runtime based on 'requirements.txt'.
- 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