python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
python main.py
GET: /insta/<username>
DESC: gets account fullname, bio, profile pic, followers, following, total no of posts
GET: /insta/<username>/coms
DESC: gets all comments
GET: /insta/<username>/likesncoms
DESC: gets no of likes and comments with timeline of day (hours)
GET: /insta/<username>/latest
DESC: gets latest post of the user
GET: /insta/<username>/followtimeline
DESC: maintains followers timeline(need to open app daily)
GET: /trending/<key>
DESC: gets top 10 trending hashtags on instagram by keyword
NOTE: Don't resquest too frequently, it might break the api