Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aelew/tech-internship-alerts
- Owner: aelew
- License: mit
- Created: 2024-09-19T20:01:35.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T01:18:17.000Z (19 days ago)
- Last Synced: 2024-10-20T12:32:27.353Z (17 days ago)
- Topics: bun, hacktoberfest, internships, jobs, summer-2025, university
- Language: TypeScript
- Homepage: https://discord.gg/P93Kc6jEKA
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)