Update README.md
This commit is contained in:
parent
d7c8eb6810
commit
38d3b35c30
|
|
@ -15,6 +15,8 @@
|
|||
<img src="https://user-images.githubusercontent.com/30947706/76143280-07c70380-6098-11ea-86b1-79fbce03888c.png" width="250" />
|
||||
</a>
|
||||
<br>
|
||||
<img src="https://media.gettyimages.com/videos/pakistan-flag-video-id1161759219?s=640x640" target="_blank" width="250">
|
||||
<br><br>
|
||||
<a href="https://www.codacy.com/manual/harismuneer/Ultimate-Facebook-Scraper?utm_source=github.com&utm_medium=referral&utm_content=harismuneer/Ultimate-Facebook-Scraper&utm_campaign=Badge_Grade">
|
||||
<img src="https://api.codacy.com/project/badge/Grade/7f41790c3c3a4fd29293777c676c8617" />
|
||||
</a>
|
||||
|
|
@ -176,7 +178,7 @@ Make sure the link only contains the username or id number at the end and not an
|
|||
Run the `ultimate-facebook-scraper` command ! 🚀
|
||||
|
||||
```python
|
||||
$ python scraper/scraper.py
|
||||
python scraper/scraper.py
|
||||
```
|
||||
|
||||
> Note: There are two modes to download Friends Profile Pics and the user's Photos: Large Size and Small Size. By default they are set to Small Sized Pics because its really quick while Large Size Mode takes time depending on the number of pictures to download.
|
||||
|
|
@ -184,7 +186,7 @@ $ python scraper/scraper.py
|
|||
You can personalize your scrapping needs using the command line arguments:
|
||||
|
||||
```python
|
||||
$ python scraper/scraper.py \
|
||||
python scraper/scraper.py \
|
||||
--uploaded_photos True \
|
||||
--friends_photos True \
|
||||
--friends_small_size True \
|
||||
|
|
|
|||
Loading…
Reference in New Issue