Free automated ICT & cybersecurity job alerts for Nairobi Kenya - pure Python, zero cost
# π Freeco's Free AI Job Hunter
**Automated daily ICT, Networking & Cybersecurity job alerts for Nairobi, Kenya**
Built by Freeco Mwaniki β ICT Technician | Blue Team Analyst | Full-Stack Developer
---
## What is this?
This is a free, fully automated job hunting tool built in pure Python.
Every day when you switch on your laptop, it automatically:
1. Searches **15+ Kenyan and international job boards**
2. Scores every job against a personalised keyword profile
3. Removes jobs you have already seen (no duplicates ever)
4. Sends a clean, formatted email report straight to your inbox
**Cost: KES 0. No subscriptions. No API keys. No paid services. Ever.**
---
## How it works β simple explanation
The tool has four main parts working together:
---
### 1. RSS Feeds β the main job source
**What is RSS?**
RSS (Really Simple Syndication) is a feature that many websites offer.
It is basically a live list of their latest posts or job listings in a standard format
that any program can read automatically β like a newspaper that updates itself every hour.
**Which job boards does this tool read via RSS?**
| Platform | What it covers |
|---|---|
| MyJobMag Kenya | ICT category + all Kenya jobs |
| JobwebKenya | ICT category + all Kenya jobs |
| Career Point Kenya | Kenya jobs |
| ReliefWeb Kenya | UN and NGO tech jobs in Kenya |
| UN Jobs Kenya | United Nations jobs based in Kenya |
| Devex Kenya | International development tech jobs |
| RemoteOK | Remote security, devops, fullstack jobs |
| We Work Remotely | Remote devops and programming jobs |
| Himalayas | Remote tech jobs worldwide |
The tool fetches all of these feeds simultaneously, parses the XML data,
and pulls out the job title, company, location, description, date, and apply link.
---
### 2. HTML Scrapers β for platforms without RSS
Some job boards do not offer RSS feeds. For those, the tool visits the website
directly, reads the HTML (the raw code of the webpage), and extracts job listings
from it auto β¦