-
Scrapinghub
- Vigo, Spain
- https://gitlab.com/gallaecio
Block or Report
Block or report Gallaecio
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
python-community-map Public
Forked from NiklasMM/python-community-map
A map full of lovely Python communities
❤️ 🐍 🌎 -
-
scrapy Public
Forked from scrapy/scrapy
Scrapy, a fast high-level web crawling & scraping framework for Python.
Python 2
-
parsel Public
Forked from scrapy/parsel
Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors
Python 2
-
tabula-py Public
Forked from chezou/tabula-py
Simple wrapper of tabula-java: extract table from PDF into pandas DataFrame
Python 2
-
aiohttp-swagger Public
Forked from cr0hn/aiohttp-swagger
Swagger API Documentation builder for aiohttp server
Python 1
1,082 contributions in the last year
Contribution activity
January 2023
Created 27 commits in 3 repositories
Created a pull request in scrapy/scrapy that received 18 comments
Opened 12 other pull requests in 5 repositories
scrapy/scrapy
1
open
5
merged
scrapy-plugins/scrapy-zyte-api
2
merged
scrapinghub/web-poet
1
open
1
merged
scrapy/protego
1
open
scrapy/xtractmime
1
open
Reviewed 42 pull requests in 12 repositories
scrapy/scrapy
16 pull requests
- Scrapy 2.8 release notes
- Implement a NO_CALLBACK value for Request.callback
- applying black to all the code
-
Set
FEED_EXPORT_ENCODING='utf-8'
in the default template - Fix SMTP STARTTLS for Twisted >= 21.2.0 (5386)
- Replace OrderedDict to dict
- 302-s responses do not filtered on redirection to.. itself
- Enable unsafe legacy renegotiation
- Added Documentation for Spider.update_settings
- fix: return unique_list only when link_extractor.unique is True
- Fix overwriting repeated headers in HTTP2
- Spelling
- Finish exporting for each start exporting
- Fix SIGINT handling when using inspect_response
- test_install_asyncio_reactor: restore the original reactor when done
- Update tutorial.rst (grammar corrections)
scrapinghub/web-poet
8 pull requests
scrapinghub/scrapy-poet
5 pull requests
scrapinghub/dateparser
4 pull requests
scrapinghub/spidermon
2 pull requests
zytedata/zyte-common-items
1 pull request
scrapy/parsel
1 pull request
scrapy-plugins/scrapy-playwright
1 pull request
scrapy-plugins/scrapy-zyte-api
1 pull request
scrapy/cssselect
1 pull request
scrapy-plugins/scrapy-feedexporter-google-drive
1 pull request
scrapy-plugins/scrapy-feedexporter-azure-storage
1 pull request
Created an issue in tox-dev/tox that received 4 comments
Tox ≥ 4.0.13 ignores package URL in deps is ignored
Issue
A URL like https://github.com/kmike/pytest-mypy-testing/archive/refs/heads/async-support.zip in deps
is ignored.
Minimal example
Given this t…