Die Webseite besteht nur aus Html und Javascript. Geprüfter Vibecode Suche
Liebhaber der Bash suchen gerne auch so Repositories und Gists
| https://lrclib.net/api/search?track_name=family+bible&artist_name=johnny+cash&album_name=the+best+of+Johnny+Cash |
| #!/usr/bin/bash | |
| # Es empfiehlt sich vorher einen Ordner anzulegen, | |
| wget --mirror --convert-links --adjust-extension --page-requisites --no-parent https://google.com -P site |
| #!/usr/bin/env python3 | |
| """ | |
| --------------This Script is vibe Code --------------- | |
| mastodon_followers_kg_no_pyvis.py | |
| Build a knowledge graph of a Mastodon account's followers up to a given depth, | |
| using avatar images as node icons. Writes a standalone HTML using vis.js (no pyvis/Jinja2). | |
| Example: | |
| export MASTODON_TOKEN="..." alternativ use --token |
In diesem speziellen Fall sind das meine 2oo Gists. Gesucht wird nach "bash".
Es wird kein Token benötigt.
Es ist mal wieder ein 1-Zeiler geworden:
curl -s -L "https://api.github.com/users/dewomser/gists?per_page=200&page=1"| jq '.[]|select(.description|index("bash"))|{filename: .files.[].filename , html_url: .html_url, description: .description}'
| w3m -dump "https://duckduckgo.com/?t=h_&q=wetter+Worms" |grep -3 ^[1-9] |
Starwars Episode IV als Konsolenanimation:
telnet towel.blinkenlights.nl
WICHTIG ! So beendet man telnet richtig: [STRG] + [ALT] + [5] warten auf Prompt [q] und dann [ENTER]
Wer kein #telnet hat, oder es nicht installieren möchte, kann es mal mit #curl pobieren
| import subprocess | |
| from bs4 import BeautifulSoup | |
| import json | |
| def fetch_html_with_curl(url): | |
| """ | |
| Ruft den HTML-Inhalt von einer gegebenen URL mit curl ab. | |
| """ | |
| try: |