No description
Find a file
2018-08-23 19:56:45 +05:00
Code added images 2018-08-23 19:56:41 +05:00
images added images 2018-08-23 19:56:41 +05:00
LICENSE Update LICENSE 2018-08-23 02:14:33 +05:00
README.md Update README.md 2018-08-23 19:55:56 +05:00

Ultimate Facebook Scrapper

A bot which scrapes almost everything about a facebook user's profile including

  • uploaded photos
  • tagged photos
  • videos
  • friends list and their profile photos (including Followers, Following, Work Friends, College Friends etc)
  • and all public posts/statuses available on the user's timeline.

The best thing about this scraper is that the data is scraped in an organized format so that it can be used for educational/research purpose by researchers.

Sample

Screenshot


How to Run

You will need to install latest version of Google Chrome. Moreover, you need to install selenium module as well using

pip install selenium

Run the code using Python 3. The tool uses latest version of Chrome Web Driver. I have placed the webdriver along with the code but if that version doesn't work then replace the chrome web driver with the latest one.

Note

This tool is for research purposes only. Hence, the developers of this tool won't be responsible for any misuse of data collected using this tool.


Contact

You can get in touch with me on my LinkedIn Profile: Haris Muneer

Issues

If you face any issue, you can create a new issue in the Issues Tab and I will be glad to help you out.

License

MIT Copyright (c) 2018-present, harismuneer, Hassaan-Elahi