Skip to content

This is a spider project with Python. Easy to start a new spider for beginner.

Notifications You must be signed in to change notification settings

MaxNie87/Simple-Spider

Repository files navigation

simple spider

python get all movies title of

Simple framework: Dispatcher -> URL Manager -> URL Downlader -> Web Resolver(BeautifulSoup) -> result.html

  • (Spider Adapter)spider_main.py
  • (URL manager)url_manager.py
  • (Downlaoder)html_downloader.py
  • (Resolver)html_parser.py
  • (Output result)html_outputer.py

Just run spider_main.py. You can see result "result.html" in current dictionary

About

This is a spider project with Python. Easy to start a new spider for beginner.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published