Skip to content

xcoders-teams/cookie-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fxc7



cookie-login

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.

Installation

  1. Clone the repository to your local machine using Git:
git clone https://github.com/xcoders-teams/cookie-login
  1. Change into the cookie-login directory:
cd cookie-login
  1. Install the required packages using pip:
pip install -r requirements.txt

Usage

  1. Run the script using the following command:
python Run.py
  1. Enter the URL of the website you want to log in to when prompted.

  2. Enter your username or email and password when prompted.

  3. The script will attempt to log in to the website using the provided credentials and print the result to the console.

  4. If the login is successful, the script will save the HTTP cookies to a file named success_cookies.txt in the result directory.

  5. If the login fails, the script will save the HTTP cookies to a file named failed_cookies.txt in the result directory.

Authors

Contributing

Contributions are always welcome!

See README.md for ways to get started.

Please adhere to this project's code of conduct.

License

GNU

Releases

No releases published

Packages

No packages published

Languages