Application that extracts data from instagram given a username.
- Clone this repository
- Create a python virtual environment and activate it
- Run >pip install requirements.txt
- Start Django server
- Type the instagran username that you want to scrape without @
- After process, it shows if the account is private or if it's public 2.1 If it's public, it shows a link to get details. This show all posts.
Note: Even when the application has a web interface it's a scraper, for that reason, the process to get data may take several minuts, so ensure that the server doesn´t have time out issues.
The approach of this project is apply knowledge related to extract information from internet, use of Django with its ORM and Testing.