Skip to content

A simple Discord bot that sends a daily reminder to solve one LeetCode problem to help your ass stay consistent.

Notifications You must be signed in to change notification settings

youngjun-yoo16/leetcode-reminder-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetcode-reminder-bot 🤖

A simple Discord bot that sends a daily reminder at 9 PM to solve one LeetCode problem, with a motivational message to help your ass stay consistent.

Setup 🛠

Prerequisites

  • Python 3.8 or higher
  • A Discord account with a server where you can add the bot
  • A Discord bot token (from the Discord Developer Portal)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/leetcode-reminder-bot.git
  2. Navigate to the project directory:

    cd leetcode-reminder-bot
  3. Install the dependencies:

    pip install -r requirements.txt
  4. Create a .env file in the root directory and add the following environment variables:

    DISCORD_TOKEN=your_discord_bot_token
    CHANNEL_ID=your_channel_id
    USER_ID=your_user_id

Running the Bot

To run the bot locally, use the following command:

python3 main.py

About

A simple Discord bot that sends a daily reminder to solve one LeetCode problem to help your ass stay consistent.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published