Skip to content

ByronLian/python-web-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple-web-crawler

How to run ?

Pre-Step

  • Install Python3, python module requests2 and BeautifulSoup4
    • Python3: brew install python
    • requests2: pip3 install requests2
    • BeautifulSoup4: pip3 install BeautifulSoup4

Run application

  • Switch to project root and type python3 main.py in your terminal

Tech

  • Python3
  • requests2
  • BeautifulSoup4

Other docs

Disclaimer

  • This is just a simple experiment. Please don't use it in any illegal way. Otherwise, you will bear legal responsibility by yourself

  • 此程式為實驗性質, 任何不當使用請自負法律責任

About

Simple web crawler with Python3, requests2 and BeautifulSoup4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages