Skip to content

Commit

Permalink
Changed name
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardopaltrinieri committed Sep 8, 2020
1 parent dd6bd33 commit 19a4140
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 35 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# inipec-scraper
# iniscrapec

Inipec-scaper is a simple scraper project that take a TAX Code of a company and return the PEC address
iniscrapec is a simple scraper project that take a TAX Code of a company and return the PEC address
of it

### Tech

inipec-scraper uses a number of open source projects to work properly:
iniscrapec uses a number of open source projects to work properly:

* [pip]==20.2.2
* [beautifulsoup4]~=4.9.1
Expand All @@ -15,28 +15,28 @@ inipec-scraper uses a number of open source projects to work properly:
* [python_dotenv]~=0.14.0
* [setuptools]~=50.3.0

And inipec-scraper itself is open source with a [public repository](https://github.com/riccardopaltrinieri/inipec-scraper)
And iniscrapec itself is open source with a [public repository](https://github.com/riccardopaltrinieri/iniscrapec)
on GitHub.

### Installation

inipec-scraper requires [python 3.7](https://https://www.python.org/) to run.
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/inipec-scraper.git
$ git clone https://github.com/riccardopaltrinieri/iniscrapec.git
```
How to install it with pip
```sh
$ pip install inipec-scraper==0.0.2
$ pip install iniscrapec==0.0.2
```
How to run it with a simple [tkinter] gui
```sh
$ cd .\path\of\repo\inipec-scraper
$ python3 inipec-scraper.py
$ cd .\path\of\repo\iniscrapec
$ python3 iniscrapec.py
```
You can also use only the scraper code with
```sh
$ cd .\inipec-scraper\modules
$ cd .\iniscrapec\modules
$ python3 scraper.py
```

Expand Down
Binary file removed dist/inipec_scraper-0.0.1-py3.7.egg
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# -- Project information -----------------------------------------------------

project = 'inipec-scraper'
project = 'iniscrapec'
copyright = '2020, Riccardo Paltrinieri'
author = 'Riccardo Paltrinieri'

Expand Down
10 changes: 0 additions & 10 deletions inipec_scraper.egg-info/PKG-INFO

This file was deleted.

7 changes: 0 additions & 7 deletions inipec_scraper.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion inipec_scraper.egg-info/dependency_links.txt

This file was deleted.

1 change: 0 additions & 1 deletion inipec_scraper.egg-info/top_level.txt

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip==20.2.2
pip==20.2.3
beautifulsoup4~=4.9.1
mechanize~=0.4.5
pymongo~=3.11.0
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
long_descript = fh.read()

setup(
name='inipec-scraper',
version='0.0.2',
name='iniscrapec',
version='0.0.1',
packages=find_packages(),
url='https://github.com/riccardopaltrinieri/inipec-scraper',
url='https://github.com/riccardopaltrinieri/iniscrapec',
license='MIT',
author='Riccardo Paltrinieri',
author_email='[email protected]',
Expand Down

0 comments on commit 19a4140

Please sign in to comment.