Awesome-Python-Scripts/InstadpShower/README.md

17 lines
566 B
Markdown
Raw Normal View History

2018-10-02 19:58:56 +00:00
# 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.
2019-10-05 16:14:59 +00:00
To use this script, you need to have bs4 and requests libraries of python installed in your local machine.
2018-10-02 19:58:56 +00:00
To install bs4 and requests, use the following command
```
2019-10-05 16:14:59 +00:00
pip install beautifulsoup4
2018-10-02 19:58:56 +00:00
```
```
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.