https://github.com/fuutoru/tiktok_user_profile
https://github.com/fuutoru/tiktok_user_profile
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fuutoru/tiktok_user_profile
- Owner: FuuToru
- License: other
- Created: 2024-12-04T10:39:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-05T08:57:56.000Z (over 1 year ago)
- Last Synced: 2025-02-01T20:11:36.880Z (over 1 year ago)
- Language: Python
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```