An open API service indexing awesome lists of open source software.

https://github.com/fuutoru/tiktok_user_profile


https://github.com/fuutoru/tiktok_user_profile

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Yêu cầu Python phiên bản <= 3.10:

### 1. Tạo virtual environment (venv)
```bash
python3.10 -m venv venv
```

### 2. Kích hoạt venv
- **Linux/MacOS:**
```bash
source venv/bin/activate
```
- **Windows:**
```bash
venv\Scripts\activate
```

### 3. Cài đặt các gói từ `requirements.txt`
```bash
pip install -r requirements.txt
```

### 4. Chạy file `start.py`
```bash
python start.py
```