Bitcoin Addresses¶
The darc.sites.bitcoin module is customised to
handle bitcoin addresses.
- class darc.sites.bitcoin.Bitcoin[source]¶
Bases:
BaseSiteBitcoin addresses.
- static crawler(timestamp, session, link)[source]¶
Crawler hook for bitcoin addresses.
- Parameters:
timestamp (
datetime) – Timestamp of the worker node reference.session (
requests.Session) – Session object with proxy settings.link (
Link) – Link object to be crawled.
- Raises:
LinkNoReturn – This link has no return response.
- Return type: