This project is designed to automatically delete VCC's generated by Capital One Eno. To make use of this project, please follow the steps mentioned below.
-
Export cookies from Capital One's website. You will have to repeat this step every time you run the script because your cookies will expire after some time:
- Sign in to Capital One's website
- Use the CookieEditor browser extension to export cookies.
- Save the cookies into a file named
cookies.json
in the root directory of this project.
-
Install dependencies:
- Run the command
pip install -r requirements.txt
in the root directory of the project to install necessary dependencies.
- Run the command
-
Run the project:
- After you've installed all the dependencies, use the command
python main.py
to start the script.
- After you've installed all the dependencies, use the command