Skip to content
View barraponto's full-sized avatar

Organizations

@politicahacker @DevStonks

Block or report barraponto

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
barraponto/README.md

Hello World 👋

Hi, I am Capi Etheriel. I have a thing for web scraping data for civic projects.
If that's your thing too, get in touch.

https://barraponto.dev.br


Oi mundo 👋

Oi, eu sou o Capi Etheriel. Meu negócio é raspagem de dados da Web para fins cívicos.
Se esse for o seu negócio também, entre em contato.

https://barraponto.dev.br

Pinned Loading

  1. scrapy/scrapy Public

    Scrapy, a fast high-level web crawling & scraping framework for Python.

    Python 54.9k 10.8k

  2. usegit Public

    Use Git courseware, written in slidev

    Vue 33

  3. ES6+ event-based browser idle timer.
    1
    const DOCUMENT_EVENTS = [
    2
      'mousemove', 'mousedown', 'click',
    3
      'touchmove', 'touchstart', 'touchend',
    4
      'keydown', 'keypress'
    5
    ];
  4. Pythonic sum of 2014 World Cup spend...
    1
    # coding: utf-8
    2
    from urllib.request import urlopen
    3
    from xml.etree import ElementTree
    4
    
                  
    5
    
                  
  5. Basic Webscraper in Python, dealing ...
    1
    import aiometer
    2
    from aiocsv.readers import AsyncDictReader
    3
    from aiohttp import ClientSession as Session, ClientTimeout
    4
    from aiofiles import open
    5
    from yarl import URL

42 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing barraponto's contributions from April 14, 2024 to April 20, 2025. The contributions are 35% pull requests, 35% commits, 21% issues, 9% code review.

Contribution activity

April 2025

Created 1 repository

Created an issue in manuelmhtr/validate-rfc that received 1 comment

SAT official validator does not check verification digit

The README mentions the SAT official validator validating RFCs with invalid verification digits. The validator, however, just runs a regex on it. Y…

1 comment
Loading