Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.3 KB

README.md

File metadata and controls

52 lines (40 loc) · 1.3 KB

Facebook Cookie Extractor

A simple tool for extracting cookies from multiple Facebook IDs at once. Coded by Farhan Ali.

Requirements

  • Python 3.x
  • Dependencies listed in requirements.txt (requests, pyrua, cookiesparser)

Installation

1. Clone the repository

git clone https://github.com/farhaanaliii/Cookies
cd Cookies

2. Install dependencies

Make sure you have Python and pip installed, then run:

pip install -r requirements.txt

3. Run the script

To start the tool:

python main.py

4. Enter file containing Facebook IDs

The tool will ask you to enter the name of the file containing the Facebook IDs. The format for each line in the file should be:

<email|uid>|<password>

The tool will then attempt to log in to each Facebook account and save the cookies in Cookies.txt.

Run in Termux (Android)

  1. Install git and python:

    pkg install git
    pkg install python
  2. Follow the steps above to clone the repository and run the script.

Screenshot

Screenshot

Open Source

This tool is open-source, so feel free to use and modify it. However, you must give credit to the original author.

Version

Version 1.0