Skip to content

Instantly share code, notes, and snippets.

@dumkydewilde
dumkydewilde / SKILL.md
Created February 9, 2026 00:44
Ultimate Web Scraping AI Skill (Claude, ChatGPT)

name: web-scraper description: > Build reliable, production-grade web scrapers through a two-phase approach: Discovery (finding the best data source on a site) then Scraping (generating a Python script for scheduled extraction). Use this skill whenever the user wants to scrape a website, extract data from web pages, build a crawler, set up recurring data collection, reverse-engineer a site's API, or find hidden data endpoints. Also trigger when the user mentions "scrape", "crawl", "extract from site", "web data", "pull data from URL", "scheduled scraping",

@ByteSizedMarius
ByteSizedMarius / ExtractSavedPlacesGMaps.md
Last active April 2, 2026 18:59
Google Maps: Extract places from shared list

Edit: This doesn't work for lists > 20 items, because pagination does not work. Please see here

This script allows extracting name and coordinates for gmaps shared lists. It is incredibly unstable and may break anytime. Good luck figuring out why, because the syntax is extremely confusing and basically makes no sense at all. Thanks to google for not providing an api for this after LITERALLY 12 YEARS

How to use this script:

  1. Share a list and open the link in a browser window. It will redirect. The new link will look like this: google.com/maps/@<your coords>/data=....
  2. Take the data-portion and paste it into the following link: https://google.com/maps/@/data=?ucbcb=1
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active May 27, 2026 18:43
Conventional Commits Cheatsheet