Coder Social home page Coder Social logo

chxlium / facebook-data-extraction Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 18520339/facebook-data-extraction

0.0 0.0 0.0 31.8 MB

Experiences in extracting data from Facebook with these 3 methods: Facebook Graph API, Automation tools, DevTools Console

Home Page: https://www.youtube.com/watch?v=Fx0UWOzYsig

License: MIT License

Python 16.20% JavaScript 76.04% HTML 7.76%

facebook-data-extraction's Introduction

Summary of Facebook data extraction methods

I. General Comparison

Method Sign-in required Risk when sign-in Risk when not sign-in Difficulty Speed
1️⃣  Personal account Access Token + Graph API Access Token leaked, Rate Limits Not working Medium Fast
2️⃣  Automation tools + IP hiding techniques Depend (*) Checkpoint but less loading more failure Safest Hard Slow (**)
3️⃣  Run JS code directly at the DevTools Console Depend (*) Checkpoint but less loading more failure Can be banned if abused Easy Slow (**)
4️⃣  Mbasic Facebook + IP hiding techniques Depend (*) - - Hard -

(*) Depend on the tasks that you need to sign in to perform. Example: Tasks that need to access private groups or private posts, ...

(**) Depend on how much data you want to extract, the more the number, the more times for scrolling down to load the contents.

II. My general conclusion after many tries with different methods

  • When run at not sign-in state, Facebook usually redirects to the login page or prevent you from loading more comments / replies.
  • No matter which method you use, any fast or irregular activity continuously in sign-in state for a long time can be likely to get blocked at any time.
  • If you want to use at sign-in state, for safety, I recommend create a fake account (you can use a Temporary Email Address to create one) and use it for the extraction.
  • With the sign-in state, there's also another technique to limit the Checkpoint is to sign in with different Cookies.

III. DISCLAIMER

All information provided in this repo and related articles are for educational purposes only. So use at your own risk, I will not guarantee & not be responsible for any situations including:

  • Whether your Facebook account may get Checkpoint due to repeatedly or rapid actions.
  • Problems that may occur or for any abuse of the information or the code provided.
  • Problems about your privacy while using IP hiding techniques or any malicious scripts.

facebook-data-extraction's People

Contributors

hoangtran0410 avatar 18520339 avatar zkirinz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.