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 40 forks source link

Add support for HackerEarth #4

Closed dashroshan closed 2 years ago

dashroshan commented 2 years ago

What needs to be done

Create a hackerEarth function in the scraping.js file which returns an array of contest details from HackerEarth. You can use Axios to get the contest data as JSON from here. The contest data should be returned in the following format:

{
    name: 'name_of_contest',
    url: 'link_to_the_contest',
    start: start_time_in_epoch_format,
    duration: duration_in_seconds
}
saimaheshtaduri commented 2 years ago

I would like to contribute to this. assign to me. @roshan1337d

dashroshan commented 2 years ago

@saimaheshtaduri Assigned this to you. Submit after the 1st of October if you want it to count towards the HacktoberFest 🚀

dashroshan commented 2 years ago

PR submitted and approved