Skip to content
View cortega26's full-sized avatar

Block or report cortega26

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cortega26/README.md

Carlos Ortega — Data & Python Automation

I build data & automation tools in Python — packages, APIs, scrapers, and reporting pipelines. Bilingual (ES/EN). Open to freelance & collabs.

LinkedIn · X: @cortega26


Highlights

  • rutificador → PyPI library for Chilean RUT validation/formatting; tests + CI + CodeQL + coverage.
  • polla → Selenium + BeautifulSoup scraper that updates a Google Sheet after each draw.
  • PDF-Text-Analyzer → Downloads a PDF from a URL, extracts text, runs language detect + stopwords + phrase search.
  • crypto-price-tracker → Live Binance prices with email alerts and a simple GUI.

Selected Projects

  • rutificador — production-ready RUT tools (batch processing + CSV/JSON/XML outputs).
    Python · Tests · CI/CD · CodeQL · Coverage
  • polla — robust prize scraper with retries & logging; designed for scheduled runs.
    Python · Selenium · BeautifulSoup · Google Sheets API
  • PDF-Text-Analyzer — text extraction + frequency/phrase search across languages.
    Python · PyMuPDF · NLTK · langdetect
  • crypto-price-tracker — alerts on significant price moves; daily digest option.
    Python · Email Automation · (GUI)

Skills

Python, Pandas, FastAPI, Selenium, SQL, NLTK, GitHub Actions, Docker (basics), Tableau


Contact

I’m always open to collaborations or interesting problems. DM on LinkedIn or X.


ESPAÑOL — Resumen en español

Desarrollo herramientas de datos y automatización en Python: paquetes, APIs, scrapers y pipelines de reportes. Bilingüe (ES/EN) y abierto a proyectos independientes y colaboraciones.

Proyectos clave

  • rutificador: librería en PyPI para validar/formatear RUT (con pruebas, CI, CodeQL y cobertura).
  • polla: scraper con Selenium/BS4 que actualiza una Google Sheet.
  • PDF-Text-Analyzer: descarga un PDF desde URL, extrae texto y realiza análisis (idioma, stopwords, frases).
  • crypto-price-tracker: precios en tiempo real y alertas por email.

Habilidades: Python, Pandas, FastAPI, Selenium, SQL, NLTK, GitHub Actions, Tableau.

Pinned Loading

  1. rutificador rutificador Public template

    Esta librería proporciona una implementación en Python para validar y formatear el Rol Único Tributario (RUT) utilizado en Chile. El RUT es un número de identificación personal o de empresa, compue…

    Python 9 3

  2. polla polla Public

    This repository contains a script that scrapes the Chilean betting website polla.cl for prize information and updates a Google Sheet with the latest data. The script uses the Beautiful Soup library…

    Python 4

  3. PDF-Text-Analyzer PDF-Text-Analyzer Public

    This repository houses a script that can download PDFs from a specified URL, convert them to text, and perform text analysis. This analysis includes identifying the language, eliminating stopwords,…

    Python 5 1

  4. crypto-price-tracker crypto-price-tracker Public

    Crypto Price Tracker is a Python tool that monitors real-time cryptocurrency prices on Binance and sends customizable email alerts for significant price movements. It offers high/low notifications,…

    Python