AI 资讯
Building a Kaggle Competition Notification Bot
I built a tool called "kaggle-dingdong" that automatically fetches Kaggle competition information and sends notifications to Email, Slack, and Discord. It runs daily on a schedule via GitHub Actions, and you get notified whenever a new competition is published. https://github.com/asherish/kaggle-dingdong Why I Built This Checking the Kaggle competitions page every day is tedious. Featured competitions in particular have entry deadlines, so missing them means losing the opportunity. While RSS feeds and official notification features exist, I wanted notifications delivered directly to the channels I actually use (Discord and Slack), so I built my own. Tech Stack Python 3.13 uv — Package manager and build tool (by Astral) Kaggle Python SDK v2.0.0 — Fetching competition info GitHub Actions — Automated daily execution at 09:00 UTC pytest — Testing Three notification channels are supported: Channel Method Format Email SMTP HTML (card layout) Slack Incoming Webhook Block Kit Discord Webhook Rich Embed Architecture GitHub Actions (cron: daily at 09:00 UTC) ↓ Fetch competition list via Kaggle API ↓ Filter by conditions in config.json ↓ Compare with sent history to extract unnotified competitions ↓ Send notifications to configured channels ↓ Update sent history (max 200 entries) The project structure is as follows: kaggle-dingdong/ ├── src/kaggle_dingdong/ │ ├── __main__.py # Entry point │ ├── config.py # Configuration loading │ ├── competitions.py # Fetch & filter competitions from Kaggle API │ ├── email_sender.py # Email notifications │ ├── slack_sender.py # Slack notifications │ ├── discord_sender.py # Discord notifications │ └── history.py # Sent history management ├── tests/ # pytest tests ├── config.json # Filter configuration └── .github/workflows/ └── notify.yml # GitHub Actions workflow Implementation Highlights Fetching and Filtering Competitions The Kaggle SDK is used to fetch the competition list. In addition to the default sort order, it also fetches with recentl
AI 资讯
What Recruiters Can't See On My GitHub
What Recruiters Can't See On My GitHub If you spend about 30 seconds looking at my GitHub profile, you might think I'm all over the place. React. Python. Healthcare. AI. Scrapers. Automation. Marketing tools. Job bots. Honestly, that's something I've worried about. I have over 100 repositories. Recruiters can see most of them, but not all of them. Some are private because they're client work. Some are private because they're unfinished. Some are private because they contain ideas I've spent years developing and I'm not quite ready to throw the blueprints onto the internet. From the outside, it can look random. But recently I realized something. All of those projects are solving the same problem. I hate repetitive work. My GitHub is here: https://github.com/ashb4 The Job Application That Broke Me I've applied to thousands of jobs over the years. Thousands. And one thing has always driven me absolutely insane. You upload your resume. Then the company immediately asks you to type your entire resume into fifteen different boxes. Your work history. Your education. Your skills. Everything. The computer already has the information. The resume is right there. Yet somehow I'm sitting on page seven of an application retyping information that already exists. It feels inefficient. It feels stupid. And most of all, it feels like a waste of time. Eventually I got annoyed enough to start building tools to help. Then I Noticed a Pattern At first I thought I was building unrelated projects. A job application helper. A content scheduler. A healthcare platform. An AI framework. A browser automation system. But when I stepped back, I noticed the same motivation behind almost all of them. Every project started with some version of: "There has to be a better way to do this." Take PostPunk. Most people see a social media scheduler. I see hours of repetitive posting that I never want to do again. I like creating content. I do not like manually posting the same content everywhere. So I buil
开源项目
🔥 pola-rs / polars - Extremely fast Query Engine for DataFrames, written in Rust
GitHub热门项目 | Extremely fast Query Engine for DataFrames, written in Rust | Stars: 38,779 | 17 stars today | 语言: Rust
开源项目
🔥 typst / typst - A markup-based typesetting system that is powerful and easy
GitHub热门项目 | A markup-based typesetting system that is powerful and easy to learn. | Stars: 54,316 | 75 stars today | 语言: Rust
开源项目
🔥 n0-computer / iroh - IP addresses break, dial keys instead. Modular networking st
GitHub热门项目 | IP addresses break, dial keys instead. Modular networking stack in Rust. | Stars: 9,076 | 326 stars today | 语言: Rust
开源项目
🔥 nocobase / nocobase - NocoBase is an open-source AI + no-code platform for buildin
GitHub热门项目 | NocoBase is an open-source AI + no-code platform for building business systems fast. Instead of generating everything from scratch, AI works on top of production-proven infrastructure and a WYSIWYG no-code interface, so you get both speed and reliability. | Stars: 22,945 | 118 stars today | 语言: TypeScript
开源项目
🔥 desktop / desktop - Focus on what matters instead of fighting with Git.
GitHub热门项目 | Focus on what matters instead of fighting with Git. | Stars: 21,588 | 5 stars today | 语言: TypeScript
开源项目
🔥 Egonex-AI / Understand-Anything - Graphs that teach > graphs that impress. Turn any code into
GitHub热门项目 | Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more. | Stars: 61,090 | 1,222 stars today | 语言: TypeScript
开源项目
🔥 Mathieu2301 / TradingView-API - 📈 Get real-time stocks from TradingView
GitHub热门项目 | 📈 Get real-time stocks from TradingView | Stars: 3,638 | 67 stars today | 语言: JavaScript
开源项目
🔥 mochajs / mocha - ☕️ Classic, reliable, trusted test framework for Node.js and
GitHub热门项目 | ☕️ Classic, reliable, trusted test framework for Node.js and the browser | Stars: 22,956 | 12 stars today | 语言: JavaScript
开源项目
🔥 Asabeneh / 30-Days-Of-Python - The 30 Days of Python programming challenge is a step-by-ste
GitHub热门项目 | The 30 Days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than 100 days. Follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw | Stars: 65,108 | 150 stars today | 语言: Python
AI 资讯
GitHub Copilot CLI for Beginners: Overview of common slash commands
GitHub Copilot CLI for Beginners: Learn how to use slash commands to control your terminal AI agent. The post GitHub Copilot CLI for Beginners: Overview of common slash commands appeared first on The GitHub Blog .
开源项目
🔥 vortex-data / vortex - An extensible, state-of-the-art framework for columnar compr
GitHub热门项目 | An extensible, state-of-the-art framework for columnar compression, and the fastest FOSS columnar file format. Formerly at @spiraldb, now an Incubation Stage project at LFAI&Data, part of the Linux Foundation. | Stars: 3,015 | 21 stars this week | 语言: Rust
开源项目
🔥 gfx-rs / wgpu - A cross-platform, safe, pure-Rust graphics API.
GitHub热门项目 | A cross-platform, safe, pure-Rust graphics API. | Stars: 17,373 | 12 stars today | 语言: Rust
开源项目
🔥 Universal-Debloater-Alliance / universal-android-debloater-next-generation - Cross-platform GUI written in Rust using ADB to debloat non-
GitHub热门项目 | Cross-platform GUI written in Rust using ADB to debloat non-rooted Android devices. Improve your privacy, the security and battery life of your device. | Stars: 6,929 | 101 stars today | 语言: Rust
开源项目
🔥 anyproto / anytype-ts - Official Anytype client for MacOS, Linux, and Windows
GitHub热门项目 | Official Anytype client for MacOS, Linux, and Windows | Stars: 8,147 | 23 stars today | 语言: TypeScript
开源项目
🔥 Emanuele-web04 / synara - The best place to build with your AI sub
GitHub热门项目 | The best place to build with your AI sub | Stars: 873 | 58 stars today | 语言: TypeScript
开源项目
🔥 documenso / documenso - The Open Source DocuSign Alternative.
GitHub热门项目 | The Open Source DocuSign Alternative. | Stars: 13,392 | 37 stars today | 语言: TypeScript
开源项目
🔥 TencentCloud / TencentDB-Agent-Memory - TencentDB Agent Memory delivers fully local long-term memory
GitHub热门项目 | TencentDB Agent Memory delivers fully local long-term memory for AI Agents via a 4-tier progressive pipeline, with zero external API dependencies. | Stars: 5,766 | 172 stars today | 语言: TypeScript
开源项目
🔥 gildas-lormeau / SingleFile - Web Extension for saving a faithful copy of a complete web p
GitHub热门项目 | Web Extension for saving a faithful copy of a complete web page in a single HTML file | Stars: 21,579 | 84 stars today | 语言: JavaScript