Skip to content
View felipewove's full-sized avatar
🐈
🐈

Block or report felipewove

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
felipewove/README.md

Hi, I’m Felipe Brigatto

A Software Engineer from Brazil with european citizenship. Worked across whole America (North + Latin America) and now exploring European market. Before being a Engineering Manager, I was primarily a backend developer with experience in Full Stack, DevOps, Infrastructure and Data Engineering.

🗣️ 🇧🇷 🇺🇸 🇪🇸

Pinned Loading

  1. stolk/chiaharvestgraph stolk/chiaharvestgraph Public

    Graphs the activity of a chia harvester in a linux terminal.

    C 197 28

  2. InstaPy/InstaPy InstaPy/InstaPy Public

    📷 Instagram Bot - Tool for automated Instagram interactions

    Python 17.9k 3.9k

  3. InstaPy/instapy-docker InstaPy/instapy-docker Public

    🐳 Docker config and documentation for running InstaPy with Docker

    Python 195 85

  4. tembici/temlogger tembici/temlogger Public

    Python logging handler for Logstash and StackDriver.

    Python 4 2

  5. jupyter-notebook-docker-compose jupyter-notebook-docker-compose Public

    A docker-compose for using Jupyter Notebook (scipy package)

  6. Tiktok: Unfollow who is not Friend Tiktok: Unfollow who is not Friend
    1
    const buttons = Array.from(document.querySelectorAll('button')).reverse();
    2
    let totalClicked = 0;
    3
    const BATCH_SIZE = 50;
    4
    const BATCH_INTERVAL = 30000; // 30 seconds
    5