Monitors GitHub repositories for new internships and sends alerts to Discord. This project is inspired by cvrve/internships-bot!
Join the Tech Internship Alerts Discord server to get notified when new internships are posted!
- Mentions users with the
@Internship Alerts
role when a new internship is found - Automatically edits alert embeds when a listing becomes inactive
- Adjustable cron schedule via environment variable
- Monitor multiple GitHub repositories at once
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
bun i |
Installs dependencies |
bun . |
Starts monitoring bot |
This project was created using bun init
in bun v1.1.27. Bun is a fast all-in-one JavaScript runtime.