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: Beehive – An open source IFTTT powered by Go's templating engine

247 pointsby mueslixover 8 years ago

9 comments

lopover 8 years ago
&quot;Shortly&quot; we had that topic here already: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=4441913" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=4441913</a> But most of the stuff is not alive anymore...<p>But there are some interesting new ones:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;cantino&#x2F;huginn" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cantino&#x2F;huginn</a><p><a href="https:&#x2F;&#x2F;trigger-happy.eu&#x2F;infos" rel="nofollow">https:&#x2F;&#x2F;trigger-happy.eu&#x2F;infos</a><p>not sure if this is alive: <a href="https:&#x2F;&#x2F;sourceforge.net&#x2F;projects&#x2F;semanticwebpipe" rel="nofollow">https:&#x2F;&#x2F;sourceforge.net&#x2F;projects&#x2F;semanticwebpipe</a><p>Do you know some other (open source) event and agent system tools? (there are tons of commercial hosted IFTTT clones, they are not interesting...)
评论 #13625611 未加载
评论 #13652150 未加载
评论 #13627027 未加载
pierrecover 8 years ago
I recently tried to use this kind of system to pipe news from facebook pages into an RSS feed. Impossible. Facebook hand-picks which developers get API access, and only allows ultra-restricted usage, so for example there&#x27;s no way they would allow API access for a generic Beehive user, even just for reading public posts.<p>Want to scrape data from the HTML? They aggressively detect anything that may or may not be automated, and give you a CAPTCHA.<p>I see it as yet another abuse of their monopoly position. So many artists post public updates exclusively to this platform, and this is exploited to make sure everyone stays locked in and is forced to use facebook directly, ads included. Even the slightest competition would make it obvious how ridiculous this is, but the current monopoly is self-perpetuating.
评论 #13624485 未加载
评论 #13624618 未加载
评论 #13627972 未加载
评论 #13624675 未加载
评论 #13625655 未加载
no1youknowzover 8 years ago
Quite interesting that this just been posted.<p>I have to produce an events application with a UI similar to this: <a href="http:&#x2F;&#x2F;i.imgur.com&#x2F;e0R1Kp5.png" rel="nofollow">http:&#x2F;&#x2F;i.imgur.com&#x2F;e0R1Kp5.png</a><p>The UI is already done, so that&#x27;s not the reason for the post.<p>My question is, on the backend, is there a pattern I can use to easily execute the steps?<p>I know there is a combination of logic, cron, a MQ and a db to hold the flow. But I am unsure on how best to approach the development of this framework.<p>Probably if someone is passing by and you&#x27;ve built something like this. I&#x27;d love your input as I&#x27;m a bit unsure how to proceed.<p>I&#x27;d really like best practice and implement something that is robust!<p>Thanks
评论 #13624811 未加载
评论 #13625034 未加载
评论 #13624981 未加载
评论 #13658924 未加载
评论 #13628390 未加载
评论 #13625081 未加载
roylezover 8 years ago
I have been using huginn for more than one year and I am very satisfied. What&#x27;s the difference between huginn and beehive?
评论 #13624847 未加载
aryehofover 8 years ago
Documentation doesn&#x27;t mention it, but this appears to not work on Windows - at least not out of the box. Annoying to go to the trouble of downloading it to try, to discover it was never going to work.
评论 #13627484 未加载
alrsover 8 years ago
If you ask nice, I bet you could get Ari Lerner to give you getbeehive.com.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;auser&#x2F;beehive" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;auser&#x2F;beehive</a>
评论 #13626259 未加载
andrei_says_over 8 years ago
This looks amazing. Thank you for making it available as open source -- I can see how a vibrant community could ensure quality and up to date modules.
smcleodover 8 years ago
Neat! I&#x27;ve been looking at a few things similar to this for various purposes recently, one thing I&#x27;d like is some sort of mix of this plus some content analysis system for managing an email inbox and then performing actions based on and using the data contained within, for example an email comes in with some sort of semi-structured data &#x2F; information - it&#x27;s contents is analysed, it&#x27;s put in some sort of group like a &#x27;this is an SNMP alert&#x27; then the data is formatted &#x2F; munged into another form of structured &#x2F; passable days and then routed off to another email address, I.e. Create a markdown &#x2F; whatever table, Look for IP addresses and FQDNs, pair them if they&#x27;re on the same line and create an extra column with a human-usable hyperlink, send it on to an email that logs a ticket in whatever ticket management system is in use at the receiving end. That&#x27;s just one simple example I could make up off the top of my head, but I&#x27;d like to easily create some neat logic rules based on the content and then use some of that content to decide where it should be routed onto, again to use a ticketing &#x2F; helpdesk situation as an example just because it&#x27;s what I thought of just then - an email comes in and if it contains certain keywords or phrases a response will be sent back with a table &#x2F; list of information to fill out in the form of questions like &#x27;please include the following information in your reply...&#x27; and it might have some basic information gathering steps for the end user like getting their IP address, OS etc... then when they reply the system could pickup that data, munge &#x2F; transform it into some sort of standard &#x2F; structured format, do some more troubleshooting like pinging the IP provided, doing a whois, perhaps relating the data to a list of clients or something and then passing it on to the right team or ticketing system via email again. I think the key to this would be to use something like the OSS product mentioned here that&#x27;s more modern and lightweight coupled with a nice query &#x2F; rule builder interface that&#x27;s fast and responsive and easy to test. Business rules &#x2F; logic apps I&#x27;ve used in big corps in the past have been a combination, mix of, or all of the following: slow and resource hungry, proprietary with all forms of vendor lock-in, hard to build rules and apply them, require up to a whole team to support and maintain them, and often not technically focused &#x2F; directed.
Kexothover 8 years ago
When I started learning Elixir&#x2F;Phoenix this type of system was the first thing that came out of my mind when I was covering the Erlang&#x2F;BEAM&#x2F;OTP parts because of their nature.<p>If anyone else is interested in starting something similar in Elixir just ping me :)