Metadata-Version: 2.1
Name: iniscrapec
Version: 0.0.1
Summary: Web scraper that take a TAX Code and return the PEC address of the company
Home-page: https://github.com/riccardopaltrinieri/iniscrapec
Author: Riccardo Paltrinieri
Author-email: paltrinieri.rg@gmail.com
License: MIT
Description: # iniscrapec
        
        iniscrapec is a simple scraper project that take a TAX Code of a company and return the PEC address 
        of it
        
        ### Tech
        
        iniscrapec uses a number of open source projects to work properly:
        
        * [pip]==20.2.2
        * [beautifulsoup4]~=4.9.1
        * [mechanize]~=0.4.5
        * [pymongo]~=3.11.0
        * [dnspython]~=2.0.0
        * [python_dotenv]~=0.14.0
        * [setuptools]~=50.3.0
        
        And iniscrapec itself is open source with a [public repository](https://github.com/riccardopaltrinieri/iniscrapec)
        on GitHub.
         
        ### Installation
        
        iniscrapec requires [python 3.7](https://https://www.python.org/) to run.       
        How to get it from git
        ```sh
        $ git clone https://github.com/riccardopaltrinieri/iniscrapec.git
        ```
        How to install it with pip
        ```sh
        $ pip install iniscrapec==0.0.1
        ```
        How to run it with a simple [tkinter] gui
        ```sh
        $ cd .\path\of\repo\iniscrapec
        $ python3 iniscrapec.py
        ```
        You can also use only the scraper code with
        ```sh
        $ cd .\iniscrapec\modules
        $ python3 scraper.py
        ```
        
        License
        ----
        
        MIT
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
