Skip to content

nhatphatt/vstep-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSTEP Exam Scraper

Cào đề thi VSTEP từ luyenthivstep.vn kèm đáp án.

Cài đặt

# Clone và cài đặt
git clone https://github.com/nhatphatt/vstep-scraper.git
cd vstep-scraper
python -m venv venv
.\venv\Scripts\activate      # Windows
pip install -r requirements.txt
playwright install chromium

Cấu hình

# Copy file mẫu
cp .env.example .env

Mở .env và điền thông tin:

VSTEP_USERNAME=your_username
VSTEP_PASSWORD=your_password

Sử dụng

# Cào 1 loại đề
python main.py --type listening --start 1 --end 100
python main.py --type reading --start 1 --end 100
python main.py --type writing --start 1 --end 100
python main.py --type speaking --start 1 --end 100

# Cào tất cả và xóa trùng lặp
python main.py --type all --cleanup

# Hiện browser khi cào
python main.py --type listening --visible

Lưu ý

  • Tài khoản VIP: Cào được tất cả đề
  • Tài khoản thường: Đề VIP bị bỏ qua

About

VSTEP Exam Scraper - Cào đề thi VSTEP từ luyenthivstep.vn

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages