TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Script to get emails when someone unfollows you on twitter

23 pointsby andrewpbrettover 15 years ago

9 comments

antirezover 15 years ago
It's not nice to care about people unfollowing you. Twitter is used by many as a stream of news, so it's a natural process that my interests shifts over time I want to unfollow people twitting about stuff that are no longer pertinent to what I'm doing right now.
评论 #912171 未加载
Sujanover 15 years ago
Don't like these kind of scripts. They are like "Yyz read your away message" or even worse "Xyz closed your message window" in ICQ and other messangers.<p>But nice code.
评论 #912138 未加载
dacortover 15 years ago
It'd be a little easier to do this by requesting followers/ids (<a href="http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-followers%C2%A0ids" rel="nofollow">http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-follow...</a> ) if you have over 100 followers. That'll give you 5,000 id's at a shot and then you can just do a simple diff of id's.<p>Yes, you'd have to then request their profile info so {1:6, other:0.5*dozen}.
adrianwajover 15 years ago
You can get an rss feed of unfollowers: <a href="http://rssfriends.com/only/unfollowers/yourusernamehere" rel="nofollow">http://rssfriends.com/only/unfollowers/yourusernamehere</a> (eg <a href="http://rssfriends.com/only/unfollowers/oliverg" rel="nofollow">http://rssfriends.com/only/unfollowers/oliverg</a>) -- it's an undocumented url: and at first, setup this site to track your username by entering it on the homepage
Derfermanover 15 years ago
<a href="http://useqwitter.com/" rel="nofollow">http://useqwitter.com/</a><p>Same idea, with zero maintenance
评论 #911761 未加载
评论 #912255 未加载
评论 #911867 未加载
评论 #911827 未加载
Hexstreamover 15 years ago
Great, if enough people use this we'll see the emergence of <i>unfollow spam</i>.
zaidfover 15 years ago
Is there anything like this for facebook? I'd kill for that:)
ryanwaggonerover 15 years ago
If you're really concerned about people unfollowing you on Twitter, you're probably using it wrong.
genieycloover 15 years ago
Am I the only one who smirked when he saw Ruby code for Twitter? Sorry, just fits a stereotype ;)
评论 #911729 未加载