Githubster free tool to track your GitHub followers and unfollowers
Githubster is a new free tool designed to help users track their GitHub followers and unfollowers. The open-source web app provides insights into who follows back and who doesn't, along with complete lists of followers and following. It operates without requiring user login or data submission to servers, ensuring privacy and ease of use.
- ▪Githubster is a free, open-source tool for tracking GitHub followers and unfollowers.
- ▪Users can see who doesn't follow them back and who they might have missed following.
- ▪The tool requires no login or data submission, operating entirely in the user's browser.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3805507) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Made Büro Posted on May 21 Githubster free tool to track your GitHub followers and unfollowers #webdev #opensource #github #productivity Ever looked at your GitHub following list and wondered do these people even follow me back? I built Githubster to answer that question.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).