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

Sponsors

@Jakkoble

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

wakatime

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.")
}

Weekly Coding Activity

📊 This Week I Spent My Time On

💬 Programming Languages: 
Go                       5 hrs 11 mins       ████████░░░░░░░░░░░░░░░░░   33.76 % 
Markdown                 2 hrs 30 mins       ████░░░░░░░░░░░░░░░░░░░░░   16.36 % 
Diff                     2 hrs 6 mins        ███░░░░░░░░░░░░░░░░░░░░░░   13.71 % 
TypeScript               1 hr 48 mins        ███░░░░░░░░░░░░░░░░░░░░░░   11.75 % 
Lua                      1 hr 1 min          ██░░░░░░░░░░░░░░░░░░░░░░░   06.63 % 

Last Updated on 03/08/2026 00:32:02 UTC

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 69 14

  2. tls-fetch-mcp tls-fetch-mcp Public

    A local MCP server written in Go that sends HTTP requests with browser-like TLS fingerprints using bogdanfinn/tls-client. The server communicates over MCP via `stdio` and uses the official modelcon…

    Go 1

  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 5 1

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

  5. vinted-product-uploader vinted-product-uploader Public

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

    Go

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

    Sneaker Price Webscraper with discord embed in c#

    C# 1