Metadata-Version: 2.1
Name: etherscanlabel
Version: 0.1.1
Summary: An out-of-the-box ehterscan label crawler, you can use it to get all the labels info from etherscan.
Home-page: https://github.com/pixelhegel/Etherscan-Label-Crawler
Author: Pixelhegel
Author-email: Pixelhegel@gmail.com
License: MIT License
Keywords: etherscan label crawler
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
License-File: LICENSE

=============================================================================
``Etherscan Label Crawler`` - An out-of-the-box etherscan label crawler
=============================================================================
.. image:: https://api.travis-ci.com/PixelHegel/Etherscan-Label-Crawler.svg?branch=main
        :target: https://app.travis-ci.com/github/PixelHegel/Etherscan-Label-Crawler


An out-of-the-box etherscan label crawler, get account labels from etherscan.io eaisly.


Installation
------------

::

    pip install etherscanlabel

Usage
-----

::

    etherscanlabel crawl <labelcategory> --header=<file-path>
    etherscanlabel -h | --help

Examples
--------

::

    etherscanlabel crawl Binance --header /path/to/header.json



Contents of requirements.txt

::

    beautifulsoup4==4.11.1
    docopt==0.6.2
    notiondict==0.1.1
    pandas>=1.1.5
    requests>=2.27.1
    setuptools>=59.6.0
    tqdm==4.64.1


Config file
-----------
You must attach your header file, you can find an example file here: https://github.com/PixelHegel/Etherscan-Label-Crawler/blob/main/header_sample.json
