This project is a simple script that allows you to get all the important information of your Tidle account.
To install the necessary dependencies, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/your-repo.git
-
Navigate to the project directory:
cd your-repo
-
Create a virtual environment:
python -m venv .venv
-
Activate the virtual environment:
source .venv/bin/activate
-
Install the required packages:
pip install -r requirements.txt
This project is licensed under the MIT License.