This project automates the process of sending notices from the AIT Placement website to a Discord channel using Discord Webhooks. Joint the discrod server to get the notifications. Join Server
- Automatically fetches notices from the AIT Placement website.
- Sends the notices to a specified Discord channel using a webhook.
- Easy to set up and configure.
- Python 3.11+
- Access to the AIT Placement website
- A Discord channel and webhook URL
-
Clone the repository:
git clone https://github.com/sahilkamate03/AIT_PlacementNotifier.git cd AIT_PlacementNotifier
-
Create Virtual Environment:
python -m venv venv source venv/bin/activate
-
Install the required dependencies:
pip install -r requirements.txt
-
Configure the script:
- Ensure you have access to the AIT Placement website.
- Edit the
.env.example
and save it as.env
for local development
Run the script:
python index.py