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.

Show HN: Go-odbye – Twitter Follow/Unfollow Reporting Tool Written in Go

47 pointsby DLionover 8 years ago

9 comments

mjsweetover 8 years ago
I honestly thought this would be the sorry of a developer frustrated with Go&#x27;s lack of package manager and its pragmatism... wrong!<p>That said, I would like to be the first to say the following; is it really that necessary to <i>not only</i> include &quot;Go&quot; in the title of the post (as if it were a feature) but also in the name of the application? There, I said it ;) &#x2F;s
评论 #12381380 未加载
评论 #12381460 未加载
spriggan3over 8 years ago
I wish Twitter really had a way to filter subscriptions by &quot;channels&quot;. If you tweet about databases and I subscribe because you did, I don&#x27;t want to get photos of your daughter&#x27;s birthday, your wedding, your favorite gang-star rap music, or your opinion about Hillary or Trump. I ended up un-following a lot of prominent devs because of this.<p>If Twitter had a way to filter followed people messages by keyword or hashtag It would lead to a healthier environment on that platform. Unfortunately since Twitter basically locked access to its API, writing a fully featured client with that capability isn&#x27;t even a viable alternative for the terrible UX ...
评论 #12381947 未加载
评论 #12382107 未加载
DLionover 8 years ago
Author here, I wrote this tool just for fun and to learn go, no bad reason indeed or obsession et simila, that&#x27;s all, I posted it here to receive feedbacks to improve me so any suggestion will be appreciated, thanks in advantage!
评论 #12381617 未加载
评论 #12382000 未加载
asimjalisover 8 years ago
Why was this flagged? Seems like an appropriate submission.
评论 #12381828 未加载
junkeover 8 years ago
Isn&#x27;t &quot;color.Unset()&quot; dead code?<p><pre><code> if err != nil { color.Set(color.FgRed, color.BlinkSlow) log.Fatal(err) color.Unset() } </code></pre> <a href="https:&#x2F;&#x2F;github.com&#x2F;dlion&#x2F;go-odbye&#x2F;blob&#x2F;master&#x2F;main.go#L27" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dlion&#x2F;go-odbye&#x2F;blob&#x2F;master&#x2F;main.go#L27</a>
评论 #12381492 未加载
评论 #12381356 未加载
评论 #12381514 未加载
buro9over 8 years ago
I created my own Twitter Go project yesterday: <a href="https:&#x2F;&#x2F;github.com&#x2F;buro9&#x2F;deleteoldesttweet" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;buro9&#x2F;deleteoldesttweet</a><p>The aim of that one is to delete all tweets... but, to do so by scraping Twitter&#x27;s &quot;First Tweet&quot; page for the oldest tweet.<p>This needs to be done as it&#x27;s not actually possible to delete old Tweets using the Twitter API as you cannot <i>find</i> your oldest tweets.<p>What I would like to achieve is to have Tweets be temporal, and to self-destruct after a period of time. The nature of the way that I use the service is that it is conversational, and a Tweet taken out of context long after the conversation is likely to not be a good representation of my views (fitting reason into 140 chars is hard).<p>I already use [Tweet Delete](<a href="http:&#x2F;&#x2F;www.tweetdelete.net&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.tweetdelete.net&#x2F;</a>), but wanted to go back and nuke the older tweets too, hence this code.<p>But... I broke the page.<p><a href="https:&#x2F;&#x2F;discover.twitter.com&#x2F;first-tweet#buro9" rel="nofollow">https:&#x2F;&#x2F;discover.twitter.com&#x2F;first-tweet#buro9</a><p>That no longer returns my first Tweet, it&#x27;s borked. My profile still shows I have 1,700+ tweets, but they seem to be totally inaccessible now. Oh well. I did manage to delete a good thousand or so, a small triumph.<p>Anyhow, Go code and Twitter, I heartily recommend this project:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;ChimeraCoder&#x2F;anaconda" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ChimeraCoder&#x2F;anaconda</a><p>It&#x27;s an easy to use and quite complete package that implements the Twitter API.
endswapperover 8 years ago
I have to agree with the other comments here that there doesn&#x27;t seem to be much utility and there are already tools that do this. Additionally, without doing the work for you I don&#x27;t see how you are doing this any new or interesting way.<p>To take this to a constructive place, maybe this is more of a Show HN thing, rather than a release, where you show your interesting code.
评论 #12381394 未加载
corndogeover 8 years ago
Good job!
bitlaxover 8 years ago
Then what?
评论 #12381325 未加载
评论 #12381391 未加载
评论 #12381262 未加载