Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LuisUrrutia/patentes
Obtención de datos a través de patente
https://github.com/LuisUrrutia/patentes
Last synced: 16 days ago
JSON representation
Obtención de datos a través de patente
- Host: GitHub
- URL: https://github.com/LuisUrrutia/patentes
- Owner: LuisUrrutia
- License: isc
- Archived: true
- Created: 2015-08-23T00:08:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-07T23:37:09.000Z (about 9 years ago)
- Last Synced: 2024-08-01T02:33:00.019Z (3 months ago)
- Language: Python
- Size: 195 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Patentes
Obtención de datos a través de patente## Requerimientos de Sistema
- Python
- pip
- Requests y BeautifulSoup
```
# Instalación vía pip
pip install requests
pip install beautifulsoup4
```## Instrucciones de Instalación
- Obtener el Código Fuente (Vía Clone o Fork)
- Ejecutar!
```
# Es posible escribir la patente con los siguientes formatos:
# FCBK24, FCBK-24, DA1231, DA-1231
python prueba.py 'patente'
```