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.

A bot that tweets any time devs swear on GitHub

50 pointsby deepsyover 7 years ago

10 comments

uiriover 7 years ago
Author here. I made this almost five years ago when I was in high school. The Scunthorpe problem is real - &quot;shit&quot; is used in a lot of good compound swears.<p>The code isn&#x27;t public because I was concerned about people taking it to make a more popular version of the same thing. Not that it is difficult to glue together the two APIs. It is also an embarrassing mess of around 150 lines of Python.<p>One issue with linking to the commits or repo is naming &amp; shaming. The other is, as I mentioned, people trying to get on the bot intentionally.<p>It scans a GitHub API once a minute so as not to put noticeable strain on their API. I think the firehose of constant commit messages has only gotten worse.
评论 #15438702 未加载
评论 #15434917 未加载
评论 #15434445 未加载
评论 #15436838 未加载
评论 #15436119 未加载
painbodyover 7 years ago
I fear this will be used to further arguments that programmers create a hostile environment.<p>I know people in all occupations swear, but this puts the focus on it and allows people to quantify it.<p>Just imagine the article:<p>&quot;One report showed that the f-word was used over 5,000 times in a single month. No other profession that&#x27;s been measured has showed near this level of profane, unwelcome environment. How are stay-at-home parents supposed to feel welcome in this community?&quot;
评论 #15434046 未加载
评论 #15437829 未加载
评论 #15434198 未加载
hasbotover 7 years ago
&gt; one bored Microsoft programmer has built a Twitter bot<p>Hmm, I&#x27;m not sure I would want to be labeled, in public, as a &quot;bored Microsoft programmer.&quot; His manager is wondering &quot;Did he write this on Microsoft time?&quot; &quot;What else is he doing to alleviate his boredom?&quot; &quot;I give him plenty of work to do so why is he bored?&quot;
评论 #15435780 未加载
评论 #15435439 未加载
strictneinover 7 years ago
The Twitter account:<p><a href="https:&#x2F;&#x2F;twitter.com&#x2F;gitlost" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;gitlost</a>
leejoover 7 years ago
Related: <a href="http:&#x2F;&#x2F;www.commitlogsfromlastnight.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.commitlogsfromlastnight.com&#x2F;</a>
Erazalover 7 years ago
I just sweared in a commit and it did not appear. Makes me wonder how the tweeter API works, how often it updates, etc... Off to discover new horizons !
评论 #15433963 未加载
mrigheleover 7 years ago
A bit more evil would be to do something similar every time someone mentions &quot;password&quot; or &quot;secret&quot; in a commit message...
MrQuincleover 7 years ago
Moby Dick is not a swearword :-)
评论 #15433583 未加载
评论 #15433450 未加载
评论 #15434030 未加载
pvinisover 7 years ago
Would be nice to have the repo where the commit happened too.
sAbakumoffover 7 years ago
is it implemented by using GitHub web-hooks?