Skip to content
This repository was archived by the owner on Jun 14, 2025. It is now read-only.
This repository was archived by the owner on Jun 14, 2025. It is now read-only.

Leetcode Problem Posting to #leetcode_discussion #757

@NicholasCG

Description

@NicholasCG

Set up a daily post to #leetcode_discussion forum for the daily problem that releases at 7 PM over here. Better than having a user post it manually every night.

There's an existing GraphQL query that should be able to handle this:

POST https://leetcode.com/graphql/

query questionOfToday {
  activeDailyCodingChallengeQuestion {
    date
    userStatus
    link
    question {
      acRate
      difficulty
      freqBar
      frontendQuestionId
      isFavor
      paidOnly
      status
      title
      titleSlug
      hasVideoSolution
      hasSolution
      topicTags {
        name
        id
        slug
      }
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomersjobsomething that needs to be executed on a schedule

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions