I just renamed the project from devto-followers2md to devtkit (DEV Toolkit) to expand it beyond just being a follower list exporter! Check the bottom for my note and a link to the new repo!
How I Built a Python Script to Export and Analyze Your DEV.to Followers ...
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 === 3956829) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Tyler N Posted on Jun 15 I just renamed the project from devto-followers2md to devtkit (DEV Toolkit) to expand it beyond just being a follower list exporter! Check the bottom for my note and a link to the new repo! Sign in to view linked content Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).