CodeStalk let's users track their friends on Codechef. Users can add their friend's username for tracking and on any successful submission for a problem and email notification is sent with the submissions link.
Features :
- User authentication
- Users can add codechef team usernames and individual usernames for tracking.
- Every 10 minutes a script crawls user profiles to see for any submissions. If a new submission is found an email is sent to all users currently tracking that profile.
- Open source. Link to github repo