sankhadip10 / ChallengeTrackerBot

A Discord bot automating challenge verification. Seamlessly tracks participant posts, validates Twitter/LinkedIn links, checks post formats, and auto-assesses eligibility. Features an admin panel for insights and reward distribution. Ensures efficiency, fairness, and reduced moderator effort.
0 stars 0 forks source link

2. User Interaction #3

Open sankhadip10 opened 9 months ago

sankhadip10 commented 9 months ago

Registration: Participants can register for the challenge by using a command (e.g., !register). Daily Post: Participants can send daily updates using a command followed by their tweet or LinkedIn post URL (e.g., !update ).

a. Registration: Command: !register The bot registers the user for the specified event and starts tracking their progress. b. Daily Post: Command: !post <URL/content> The bot tracks this as the user's daily post for the specified event. Depending on where the command is executed (channel) and content, the bot identifies for which event the post is.

sankhadip10 commented 9 months ago

Done