GDSC-FSC / gdsc-bot

Official bot for GDSC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banner

GDSC Bot

Official bot for GDSC

Features

  • Get the latest event, title description and link
  • List of most recent events
  • List of all events that have ever happened, within a table format
  • Notification system for events (wip)

Prerequisites

Before you begin, ensure you have met the following requirements:

Setup & Installation

  1. Clone the repository:
git clone https://github.com/GDSC-FSC/gdsc-bot
  1. Navigate to the directory:
cd gdsc-bot
  1. Install the required dependencies:
npm install
  1. Build and start the bot:
npm run build; npm run start

The bot's scraper will be available on http://localhost:3000.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Acknowledgements

This project leverages the following libraries and tools:

License

This project is licensed under the terms of the MIT license. For more details, see the LICENSE file in the repository.

About

Official bot for GDSC

License:MIT License


Languages

Language:TypeScript 97.2%Language:Dockerfile 1.7%Language:JavaScript 1.2%