2020-04-27 09:55:07 +02:00
|
|
|
# Springer202004Books
|
|
|
|
Free Books For Springer.
|
2020-04-27 10:21:13 +02:00
|
|
|
|
2020-04-28 01:11:44 +02:00
|
|
|
Work in Linux and Windows
|
2020-04-27 10:21:13 +02:00
|
|
|
|
2020-04-28 01:11:44 +02:00
|
|
|
This repository if for scrapping the book released by Springe.
|
2020-04-27 10:21:13 +02:00
|
|
|
An take a good Coffe to make friends and read in Coronavirus Time
|
2020-04-27 10:32:25 +02:00
|
|
|
|
2020-04-27 18:45:22 +02:00
|
|
|
Baja los dos archivos dentro de una carpeta:
|
|
|
|
|
|
|
|
Springer-Libros.py
|
|
|
|
Spring.pdf
|
|
|
|
|
2020-04-28 01:09:39 +02:00
|
|
|
Se necesitan 3 librerias previas PyPDF2, urllib3 y wget:
|
|
|
|
|
2020-04-28 01:10:53 +02:00
|
|
|
$ pip install PyPDF2
|
|
|
|
|
|
|
|
$ pip install urllib3
|
|
|
|
|
|
|
|
$ pip install wget
|
|
|
|
|
|
|
|
Esta basado en Python 3.7 pero funciona para 3.8
|
2020-04-28 01:09:39 +02:00
|
|
|
|
2020-04-27 18:45:22 +02:00
|
|
|
Para ejecutarlo solo aplica:
|
|
|
|
|
|
|
|
python Springer-Libros.py
|
|
|
|
|
|
|
|
Y LISTO :)
|
|
|
|
|
2020-04-28 01:09:39 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
2020-04-27 18:45:22 +02:00
|
|
|
Escribe carlos@cardenas.pe
|
|
|
|
====================================================
|
|
|
|
|
|
|
|
20200427
|
|
|
|
Mejorando un poco el Còdigo
|
|
|
|
|
|
|
|
|
|
|
|
====================================================
|