Skip to content

Instantly share code, notes, and snippets.

View roshanmirajkar's full-sized avatar
🎯
Focusing

Roshan roshanmirajkar

🎯
Focusing
View GitHub Profile
@roshanmirajkar
roshanmirajkar / unfollow-non-followers-twitter.js
Last active February 26, 2024 16:54 — forked from jalbam/unfollow-non-followers-twitter.js
Code that prints who follows you back from your Following, and saves to CSV file. Client-side. Works as of Dec, 2023.
/*
Collect and export a list of Twitter usernames you're following, along with follow-back status, to a CSV file.
Instructions:
1) Modify the 'LANGUAGE' variable to match your Twitter interface language.
2) Customize 'SKIP_USERS' with usernames you do not wish to include in the CSV.
3) 'PRINT_FOLLOW_INFORMATION' determines whether follow-back status is included.
4) 'SKIP_FOLLOWERS' and 'SKIP_NON_FOLLOWERS' settings filter out respective user groups.
5) 'MS_PER_CYCLE' controls the frequency of data collection cycles.
6) Load the Twitter page showing users you're following, open the console (F12), paste this code, and run it.