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

Hi, I’m @felipewove

🇧🇷 🇺🇸 🇪🇸

Pinned Loading

  1. stolk/chiaharvestgraph stolk/chiaharvestgraph Public

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

    C 198 27

  2. InstaPy/InstaPy InstaPy/InstaPy Public

    📷 Instagram Bot - Tool for automated Instagram interactions

    Python 17.8k 3.9k

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

    🐳 Docker config and documentation for running InstaPy with Docker

    Python 194 84

  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