Skip to content

Simple tool for getting Cookies of Facebook multiple Ids at Once, Coded By Farhan Ali

License

Notifications You must be signed in to change notification settings

farhaanaliii/Cookies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple tool for getting Cookies of Facebook multiple Ids at Once, Coded By Farhan Ali

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages