Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camilamaia/crawl4us
[WIP] A Python web crawler looking wildly for tables 🕵️♀️
https://github.com/camilamaia/crawl4us
beautifulsoup4 crawler crawling pypi python-3 python-module scraper scraping tables web-scraping
Last synced: about 1 month ago
JSON representation
[WIP] A Python web crawler looking wildly for tables 🕵️♀️
- Host: GitHub
- URL: https://github.com/camilamaia/crawl4us
- Owner: camilamaia
- License: mit
- Created: 2018-02-27T11:34:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T19:54:54.000Z (about 5 years ago)
- Last Synced: 2024-10-08T20:17:52.337Z (about 1 month ago)
- Topics: beautifulsoup4, crawler, crawling, pypi, python-3, python-module, scraper, scraping, tables, web-scraping
- Language: Python
- Homepage: https://pypi.org/project/crawl4us/
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
========
Crawl4us
========A Python web crawler looking wildly for tables 🕵️♀️
Installation
------------Crawl4us is available on `PyPI `_ so it can be installed via `pip `_ ::
$ pip install crawl4us
Usage
------------.. code:: python
import crawl4us
# TODO
Changelog
---------CONTRIBUTING
---------Do you want to contribute to crawl4us?
Please, take a look at this document to know how to do it:
https://github.com/camilamaia/crawl4us/blob/master/CONTRIBUTING.rst