Skip to content
View JakobAIOdev's full-sized avatar
💫
💫

Highlights

  • Pro

Block or report JakobAIOdev

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

JakobAIO

Full-Stack Developer · Automation Engineer

Building high-performance web scrapers, monitoring tools & bots.

Website    GitHub    Discord    Visitors

package main

import "fmt"

type Developer struct {
    Name       string
    Role       string
    Languages  []string
    Focus      []string
    Site       string
}

func main() {
    me := Developer{
        Name:      "Jakob",
        Role:      "Full-Stack Developer & Automation Engineer",
        Languages: []string{"de_DE", "en_US"},
        Focus:     []string{"Web Scraping", "Sneaker Bots", "Real-Time Monitoring", "Go", "Next.js"},
        Site:      "jakobaio.dev",
    }

    fmt.Printf("Hey, I'm %s — %s\n", me.Name, me.Role)
    fmt.Println("Thanks for dropping by, hope you find some of my work interesting.")
}

Tech Stack



Pinned Loading

  1. Vintrack-Vinted-Monitor Vintrack-Vinted-Monitor Public

    Real-time Vinted monitor with instant Discord alerts, proxy rotation & a beautiful dashboard. Self-hosted with Docker. Built with Next.js 16 + Go.

    TypeScript 24 1

  2. vinted-product-monitor-simple vinted-product-monitor-simple Public

    A fast, proxy-rotating Vinted monitor that sends Discord notifications for new listings. Built with Python and designed to bypass anti-bot measures using rotating residential proxies.

    Python 5

  3. vinted-dataset vinted-dataset Public

    Vinted metadata scraper and JSON dataset generator for current catalogs, brands, colors, sizes, statuses, and region-specific category trees.

    JavaScript 1

  4. vinted-product-uploader vinted-product-uploader Public

    Small Go example for uploading Vinted products from a CSV file.

    Go

  5. Sneaker-Scraper-Discord Sneaker-Scraper-Discord Public

    A sneaker scraper that can scrape all prices / payout prices for every size of a sneaker on different marketplace websites.

    Python 8 1

  6. Sneaker-Price-Scraper-Discord-Csharp Sneaker-Price-Scraper-Discord-Csharp Public

    Sneaker Price Webscraper with discord embed in c#

    C# 1