Skip to content

kami2k1/TikTokLive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hướng Dẫn Chạy Script TikTok

Yêu Cầu

  • Python đã được cài đặt (phiên bản >= 3.x)
  • pip được cài đặt sẵn

Cài Đặt Thư Viện Yêu Cầu

Chạy lệnh sau để cài đặt các thư viện cần thiết:

pip install -r requirements.txt

Chạy Script

Sau khi cài đặt thư viện, chạy script bằng lệnh:

python tiktok.py

Lưu Ý

  • Đảm bảo requirements.txt có đầy đủ danh sách thư viện cần thiết.
  • Nếu gặp lỗi về quyền, có thể thử chạy với pip install --user -r requirements.txt.
  • Nếu có nhiều phiên bản Python, có thể cần thay python bằng python3 tùy theo hệ thống.

Đẩy Code Lên GitHub

Nếu bạn muốn đẩy code lên GitHub, làm theo các bước sau:

  1. Khởi tạo Git repository:
git init
  1. Thêm remote repository:
git remote add origin https://github.com/kami2k1/TikTokLive.git
  1. Thêm file vào Git:
git add .
  1. Commit thay đổi:
git commit -m "Initial commit"
  1. Đẩy code lên GitHub:
git push -u origin main

Liên Hệ

Nếu có vấn đề, hãy kiểm tra lỗi và đảm bảo các bước trên đã được thực hiện đúng.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages