A simple tool for extracting cookies from multiple Facebook IDs at once. Coded by Farhan Ali.
- Python 3.x
- Dependencies listed in
requirements.txt
(requests, pyrua, cookiesparser)
git clone https://github.com/farhaanaliii/Cookies
cd Cookies
Make sure you have Python and pip
installed, then run:
pip install -r requirements.txt
To start the tool:
python main.py
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
.
-
Install
git
andpython
:pkg install git pkg install python
-
Follow the steps above to clone the repository and run the script.
This tool is open-source, so feel free to use and modify it. However, you must give credit to the original author.
Version 1.0