An open API service indexing awesome lists of open source software.

https://github.com/skulltech/friends-scraper

Scrapes the list of friends of a given Facebook account
https://github.com/skulltech/friends-scraper

facebook selenium-webdriver

Last synced: 4 months ago
JSON representation

Scrapes the list of friends of a given Facebook account

Awesome Lists containing this project

README

          

# friends-scraper
Scrapes the list of friends of a given Facebook account and saves it in a CSV file.

## Installation
1. Clone the repo: `git clone https://github.com/SkullTech/friends-scraper.git`
2. CD into the repo directory: `cd friends-scraper`
3. Install the requirements: `pip3 install -r requirements.txt`

## Usage
```
λ python3 scrapefriends.py
Credentials not found in config file!
Enter your credentials manually...

Enter your Facebook username: sample.username
Enter your Facebook password:
Enter the URL of target Facebook profile: https://www.facebook.com/target.account.9
[*] List of friends saved as target.account.9.csv
```