dashroshan / coding-contests-companion

💪 Discord bot for coding contests info, notifications, and daily problems from codechef, leetcode, hackerrank, codeforces, atcoder, hackerearth, and geeksforgeeks
MIT License
43 stars 39 forks source link

Add another platform to contest platforms #24

Closed mridul549 closed 1 year ago

mridul549 commented 1 year ago

I want to add Coding Ninjas to the contest platforms list as they also regularly conduct contests.

dashroshan commented 1 year ago

@mridul549 Assigned this to you! Good luck 🚀

mridul549 commented 1 year ago

thank you for assigning me this issue, I wasn't able to find the Coding Contests Companion channel on the GSSOC server, can you let me know how can I find it?

dashroshan commented 1 year ago

@mridul549 go to the self-roles channel and click the 0 emoji in the message sent on 21/05/2023 at 18:50

Shantanusharnagat commented 1 year ago

I would like to work on the issue, can I?

mridul549 commented 1 year ago

I would like to work on the issue, can I?

No public API is available for coding ninjas, so we won't be able to add it to the bot.

dashroshan commented 1 year ago

@mridul549

Here's their endpoint: https://api.codingninjas.com/api/v4/home/header_data

Only upcoming_events elements with event_category as CODING_EVENT needs to be listed in the bot. Let me know if you want to continue working on this or want me to reassign it to someone else.

mridul549 commented 1 year ago

Yes, will definitely work on it, was not able to find the API before (thanks for the same btw).