Skip to content

Datoss-Incorruptibles/ScraperElecciones2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proyectos de web scraping

Consulta de listas y candidatos

*Link de la pagina Scrapeada:https://plataformaelectoral.jne.gob.pe/ListaDeCandidatos/Index

Guia de instalacion

  1. After installing python run:
  • Window

py -m venv venv

ven\Scripts\activate

  • Linux-iOS

python3 -m venv venv

source venv/bin/activate

"venv/bin/activate":path to enviromment

  1. Installing packages
  • Linux

pip3 install -r requirements.txt

  • Windows

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published