
Nancy: A Notion-Powered Job Intelligence Bot Built Out of Necessity
This is a submission for the Notion MCP Challenge What I Built Nancy is an automated Dribbble job intelligence system. It monitors Dribbble for new design job postings, summarizes them using AI, fires real-time alerts to a Telegram channel, and now, powered by Notion MCP, stores every opportunity in a structured Notion workspace with full application pipeline tracking. The idea was to give my brother an edge: see a new job posting before almost anyone else in the world, apply immediately, and track the whole pipeline in one place. Core capabilities: Scrapes Dribbble job listings on demand via a REST API trigger Summarizes job descriptions using HuggingFace (facebook/bart-large-cnn) Sends formatted Telegram alerts with one-tap apply buttons Stores all jobs in a Notion database with status tracking Reads its own configuration live from Notion — no redeployment needed to change behavior Tech stack: Python 3.11, FastAPI, BeautifulSoup4, HuggingFace Inference API, python-telegram-bot, notio
Continue reading on Dev.to
Opens in a new tab



