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 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
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 4

  2. MusicMatch MusicMatch Public

    MusicMatch is a web application for discovering new music and building playlists using an intuitive swipe-based interface.

    PHP

  3. 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 3

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

    Sneaker Price Webscraper with discord embed in c#

    C# 1

  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. nintendo-product-monitor nintendo-product-monitor Public

    A Discord bot that monitors Nintendo Store Germany for product availability and sends real-time notifications when items come back in stock.

    JavaScript 1