Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 816 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 816 Bytes

CookieManager

CookieManager is a simple application for managing CookieAPI.

About CookieManager

CookieManager provides a user interface to interact with the CookieAPI.

Features

  • UserStats: View user statistics.

Installation

To use CookieManager, follow these steps:

  1. Clone the repository:

    git clone https://github.com/SilberGecko6917/CookieManager
    cd CookieManager
  2. Install the dependencies:

    pip install -r requirements.txt
  3. Create a .env file in the root directory and add the following:

    COOKIE_KEY=YourCookieAPIKey
    

    Replace YourCookieAPIKey with your actual API key from CookieAPI.

  4. Run the application:

    python main.py