CookieManager is a simple application for managing CookieAPI.
CookieManager provides a user interface to interact with the CookieAPI.
- UserStats: View user statistics.
To use CookieManager, follow these steps:
-
Clone the repository:
git clone https://github.com/SilberGecko6917/CookieManager cd CookieManager
-
Install the dependencies:
pip install -r requirements.txt
-
Create a
.env
file in the root directory and add the following:COOKIE_KEY=YourCookieAPIKey
Replace
YourCookieAPIKey
with your actual API key from CookieAPI. -
Run the application:
python main.py