Skip to content

jingluoguo/python_crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python_crawler

All codes are for leaning use only

this warehouse mainly provides some simple crawler scripts.

List

Get job information from www.liepin.com.

1 How to use

# enter the direction
cd liepin_crawler

# install packages
pip install requirements.txt

# python liepin_crawler [position] [page]
# eg.
python liepin_crawler python 1

2 How to achieve

  1. Get job title and page count based on command line arguments. Eg. python liepn_crawler java 1
  2. Obtian the required class tags through www.liepin.com.
  3. Parse class tags with BeautifulSoup4.
  4. Get the required data

About

this warehouse mainly provides some simple crawler scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages