Skip to content
View barraponto's full-sized avatar

Organizations

@politicahacker @DevStonks
Block or Report

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

  1. scrapy/scrapy scrapy/scrapy Public

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

    Python 50.9k 10.3k

  2. usegit usegit Public

    Use Git courseware, written in slidev

    Vue 38

  3. ES6+ event-based browser idle timer. 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... Pythonic sum of 2014 World Cup spendings
    1
    # coding: utf-8
    2
    from urllib.request import urlopen
    3
    from xml.etree import ElementTree
    4
    
                  
    5
    
                  
  5. Basic Webscraper in Python, dealing ... Basic Webscraper in Python, dealing with cards from Neonmob.com
    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