$ stat ./projects/grokipedia.md
Title: Grokipedia Scraper
Date: 10/30/2025
Description: A tiny command-line tool that searches **Grokipedia**, grabs the top article, and **saves the full text to a `.txt` file**.
A tiny command-line tool that searches Grokipedia, grabs the top article, and saves the full text to a .txt file.
playwright (for rendering the search page)beautifulsoup4requests# main.py
uv run main.py Elon Musk
# n_search.py
uv run n_search.py "Elon Musk" -n 3
Finding related projects...
$ cd .. && ./projects.sh
← Back to all projects