Skip to content
View Mohamed3on's full-sized avatar

Organizations

@OpenTechSchool @berlinjs

Block or report Mohamed3on

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

Hi, I'm Mohamed Oun

Software engineer in Berlin. I build tools that help me (and others) make better decisions — usually by surfacing the right data at the right time.

What I'm working on

SquadStat — Football Scouting Dashboards

Comprehensive scouting tool built on Transfermarkt data. Covers club form analysis, player exploration, value efficiency, and injury impact — all in interactive dashboards with shareable filtered views.

TrueScore — Better Scores Everywhere

A browser extension that replaces useless 4.2-vs-4.3 star ratings with a score that actually means something. Works across Amazon, Booking.com, Airbnb, Google Maps, IMDB, Letterboxd, Goodreads, Decathlon, Uniqlo, IKEA, dm.de, and Transfermarkt — with AI-powered review summaries, trending scores, and sentiment breakdowns. Consolidates and supersedes a long list of single-site extensions I'd built over the years.

Topcasts — Podcast Discovery

A Next.js app for discovering and tracking the best podcast episodes, with community-driven ratings and reviews.

NutriData — Nutritional Insights for Online Grocery Shopping

Chrome extension that surfaces protein-per-euro, NutriScore, and other key nutritional metrics directly on product pages and search results on Rewe.de, Amazon, and Mercadona. Makes healthy choices effortless.

Flathunter — Automated Flat Hunting in Germany

Bot that crawls ImmoScout24, WG-Gesucht, and Kleinanzeigen for rental listings, filters by price/size/commute, scores them with Gemini AI, and auto-contacts landlords. Runs as a Cloud Run job with Telegram notifications.

Tribe Finder — Find Where Your Twitter Friends Are Based

Free Chrome extension that maps the locations of people you follow on Twitter, helping you find your tribe anywhere in the world.

Other Projects

  • IMDb Top Titles — Script to rank IMDb titles by (likes - dislikes), scraping and processing large datasets
  • Blog — Personal blog
  • YC Scraper — Scrapes and structures Y Combinator company data

Connect

Twitter Website

Pinned Loading

  1. NutriData NutriData Public

    Surfaces nutritional data for products on Rewe.de and Amazon (DE/UK)

    HTML 25 1

  2. Tribe-Finder Tribe-Finder Public

    Forked from pondorasti/nextjs-chrome-extension

    Tribe Finder is a 100% free and working Chrome extension that helps you find out where your Twitter friends are based.

    TypeScript 1

  3. Topcasts-web Topcasts-web Public

    TypeScript 1

  4. Run prettier on all JS files in a di... Run prettier on all JS files in a directory
    1
    1. Install prettier
    2
    2. Make a .prettierignore file, and add directories you'd like prettier to not format, for example: `**/node_modules`
    3
    3. Run `prettier --write "**/*.js"` ***Don't forget the quotes.**
    4
    4. _Optional:_ if you want to format JSON/SCSS files too, replace js with json/scss.