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
- Host: GitHub
- URL: https://github.com/skulltech/friends-scraper
- Owner: skulltech
- License: mit
- Created: 2017-03-14T16:27:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T06:31:25.000Z (over 9 years ago)
- Last Synced: 2025-10-17T07:57:52.879Z (8 months ago)
- Topics: facebook, selenium-webdriver
- Language: Python
- Size: 9.77 KB
- Stars: 19
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```