barraponto - Overview

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, a fast high-level web crawling & scraping framework for Python.

    Python 61k 11.4k

  2. Use Git courseware, written in slidev

    Vue 32

  3. 1

    const DOCUMENT_EVENTS = [

    2

      'mousemove', 'mousedown', 'click',

    3

      'touchmove', 'touchstart', 'touchend',
  4. 2

    from urllib.request import urlopen

    3

    from xml.etree import ElementTree
  5. 2

    from aiocsv.readers import AsyncDictReader

    3

    from aiohttp import ClientSession as Session, ClientTimeout

    4

    from aiofiles import open