Awesome-Python-Scripts/InstadpShower
Psychiquest 289cfda07c
Update dppage.py
In the first version, the dp showed was of 150*150 showed on the website. This version extracts the url of the version uploaded on Instagram. This is the best version possible of any dp.
2018-11-17 17:53:58 +05:30
..
dppage.py Update dppage.py 2018-11-17 17:53:58 +05:30
README.md Create README.md 2018-10-03 01:28:56 +05:30

InstadpShower

This is a simple python script which uses web scraping techniques to display the instagram dp of any user just by typing its username.

To use this script, you need to have bs4 and requests libraries of python installed in your local machine.

To install bs4 and requests, use the following command

pip install bs4
pip install requests

Once libraries are installed, just run the script and type the instagram username of the person, whom you want to see the dp of, and the instagram dp will be displayed on the browser.