WeSearch

Githubster free tool to track your GitHub followers and unfollowers

·1 min read · 0 reactions · 0 comments · 14 views
#github#opensource#webdev#productivity
Githubster free tool to track your GitHub followers and unfollowers
TL;DR · WeSearch summary

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.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)