Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aelew/tech-internship-alerts

๐Ÿ”” Monitors GitHub repositories for new internships and sends alerts to Discord.
https://github.com/aelew/tech-internship-alerts

bun hacktoberfest internships jobs summer-2025 university

Last synced: 16 days ago
JSON representation

๐Ÿ”” Monitors GitHub repositories for new internships and sends alerts to Discord.

Awesome Lists containing this project

README

        

# ๐Ÿ”” Tech Internship Alerts

Monitors GitHub repositories for new internships and sends alerts to Discord. This project is inspired by [cvrve/internships-bot](https://github.com/cvrve/internships-bot)!

## ๐ŸŒฑ Discord server

Join the [Tech Internship Alerts Discord server](https://discord.gg/P93Kc6jEKA) to get notified when new internships are posted!

## โœจ Features

- 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

[![Example](./images/example.png)](https://discord.gg/P93Kc6jEKA)

## ๐Ÿงž Commands

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](https://bun.sh) is a fast all-in-one JavaScript runtime.

## ๐Ÿงพ License

[MIT](https://choosealicense.com/licenses/mit/)