Skip to content
View barraponto's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@politicahacker @DevStonks

Block or report barraponto

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 scrapy/scrapy Public

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

    Python 61k 11.4k

  2. usegit usegit Public

    Use Git courseware, written in slidev

    Vue 32

  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