Cookie Login is a Python script for logging into websites using HTTP Cookies and Requests. It allows you to login to various websites using your existing account and store the authentication cookies for future use.
- Clone the repository to your local machine using Git:
git clone https://github.com/xcoders-teams/cookie-login
- Change into the cookie-login directory:
cd cookie-login
- Install the required packages using pip:
pip install -r requirements.txt
- Run the script using the following command:
python Run.py
-
Enter the URL of the website you want to log in to when prompted.
-
Enter your username or email and password when prompted.
-
The script will attempt to log in to the website using the provided credentials and print the result to the console.
-
If the login is successful, the script will save the HTTP cookies to a file named success_cookies.txt in the result directory.
-
If the login fails, the script will save the HTTP cookies to a file named failed_cookies.txt in the result directory.
Contributions are always welcome!
See README.md
for ways to get started.
Please adhere to this project's code of conduct
.