Python module for scraping web-sites
Project description
wsq_parser (Scraping python pkg)
Example №1:
from wsq_parser import Parser
class ExampleParser(Parser):
def parse(self):
self.log("Getting example soup", 0) # Logging events [info]
example_page_soup = self.get_page(self.URL) # Got soup for url
if __name__ == '__main__':
ExampleParser("https://example.com/", 1)
Another examples:
ParserMejor, ParserElite
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wsq_parser-1.0.1.tar.gz
(3.9 kB
view details)
File details
Details for the file wsq_parser-1.0.1.tar.gz.
File metadata
- Download URL: wsq_parser-1.0.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
193d7fed04f41748fc1070eb028e1b55c6b7ac98f9fb7dcb33ab81d5adbc86bb
|
|
| MD5 |
625eab4c48e7391ba8652f9252bc0271
|
|
| BLAKE2b-256 |
eadb5862e132a0949e96a24428aa203ff4241e8dba0a9e69565a1262774f107b
|