Skip to content

A simple crawler to collect a list of vocabulary on VoiceTube.com and make .csv file as output.

Notifications You must be signed in to change notification settings

DanielLin9406/crawler-python-voicetube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Crawler

Python Crawler is a tool for the purpose of collecting vocabulary on VoiceTube.com and make an output file in .csv format for future usage.

Prerequirement

Manually save the vocabulary page on VoiceTube.com as VoiceTube.html in this folder.

Installation

pip install requests bs4 csv

Usage

python crawler.py <fileName>

or use default file name if $1 is empty

python crawler.py

Output

If crawler.py has been executed, an updated output.csv will be generated.

License

MIT

About

A simple crawler to collect a list of vocabulary on VoiceTube.com and make .csv file as output.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published