Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 564 Bytes

lib.md

File metadata and controls

12 lines (8 loc) · 564 Bytes

Minet Library Usage

Sorry, this section is currently being reworked, hang tight...

Summary

  • minet.web: module containing utilities related to one-shot HTTP requests, redirections etc.
  • minet.executors: specialized threadpool executors that can be used to download/resolve large numbers of urls efficiently.
  • minet.crawlers: multithreaded crawlers to navigate and collect data on the web.
  • WonderfulSoup: enhanced BeautifulSoup class.