political-news-summaries.hashnode.devπ° Scraping and Summarizing Kenyan Political News with PythonIn this blog, Iβll walk you through how I built a Python script that scrapes political news from Standard Media Kenya, summarizes each article using NLP, and saves the results to a .txt file. π οΈ What I Built I wanted a simple tool to help me stay u...Aug 2, 2025Β·2 min read
jumia-flash-sales.hashnode.devπ Building a Jumia Flash Sales Web Scraper that Sends You CSV Reports via Email Every 4 hoursπ§ Why I Built This I wanted to automate the process of monitoring product listings on Jumia Kenya's Flash Sales section. Manually checking prices, discounts, and stock every few minutes isnβt practical. So I built a Python script that scrapes flash ...Jul 18, 2025Β·3 min read
crypto-data-collection.hashnode.devπ Automating Crypto Data Collection with Python, Email, and CronIntroduction Today, I worked on an exciting Python project: automating the collection of cryptocurrency data from CoinGecko, saving it in a CSV file, and emailing it to myself automatically. It started as a simple script but ended up teaching me a lo...Jul 18, 2025Β·4 min read
kasumbi.hashnode.devπ What I Learned Today: Building an Automatic File Sorter with PythonHey everyone! Today, I worked on a fun and practical project: I created an automatic file sorter that organizes files in a folder into neatly categorized subfolders based on their file types. It felt like giving my messy Downloads folder a personal a...Jul 7, 2025Β·2 min read
webscrapping.hashnode.devπ What I Learned Today: Web Scraping Real-World Data with PythonHey everyone! Today, I dove into web scraping, and Iβm excited to share my experience. I built a project that collects company data from a real website, processes it, and saves it in a CSV file β all using Python! π§ Why Web Scraping? Web scraping i...Jul 7, 2025Β·2 min read