Skip to content

adithyankoonoth/discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Internship News Discord Bot

A Python-based Discord bot that automatically fetches internship and early-career opportunities from multiple sources and posts them into a Discord channel.


Features

  • Fetches internship updates from multiple websites (scraping, RSS, APIs).
  • Cleans, normalizes, and removes duplicate listings.
  • Automatically posts updates on a schedule.
  • Configurable sources, keywords, and polling interval.
  • Admin commands for managing sources and manual posting.
  • Lightweight and easy to deploy (Docker, VM, serverless, etc.).

Quick Start

Prerequisites

  • Python 3.10+
  • Discord bot token
  • Optional: Docker

Installation

git clone https://github.com/adithyankoonoth/discord-bot.git
cd discord-bot
python -m venv .venv
source .venv/bin/activate      # macOS / Linux
.venv\Scripts\activate         # Windows
pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors