mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-27 14:01:09 +00:00
Create README.md
This commit is contained in:
parent
be2e0b928d
commit
664b6abb2d
16
InstadpShower/README.md
Normal file
16
InstadpShower/README.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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.
|
Loading…
Reference in New Issue
Block a user