This package allows you to do web scraping on the website of 'Rama Judicial Colombiana'.
The major requirement is the web browser Google Chrome, this program ONLY work properly with Chrome
git clone https://github.com/DanielGnzlzVll/rjco_scraping.git
cd rjco_scraping
virtualenv rjco
source rjco/bin/activate
pip install .
or
python setup install
python -m rjco_scraping
## search by ´´´numero de radicado´´
python -m rjco_scraping --code
rjco_scraping
import rjco_scraping
results = rjco_scraping.scraping_by_text(text2search="sura")
# or
rjco_scraping.scraping_by_text(text2search="sura", output_file="result.xlsx")
# search by ´´numero de radiacion´´
rjco_scraping.scraping_by_number(code="05088310300120150079003",
output_file="result.json"
)
You can download the latest release from here then open the .exe file.