Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 2
25 results tagged huginn  ✕   ✕
Viperinius/huginn_owm_onecall_agent https://github.com/Viperinius/huginn_owm_onecall_agent
Wed 18 Jan 2023 05:21:26 PM PST archive.org

Queries the OneCall API of OpenWeatherMap for a given location by latitude and longitude. This API returns information about the current weather, forecasts by minute, hour, and day, and national weather alerts.

ruby huginn agents weather
Viperinius/huginn_write_influxdb_agent https://github.com/Viperinius/huginn_write_influxdb_agent
Wed 18 Jan 2023 05:17:47 PM PST archive.org

A Huginn agent that writes events into InfluxDB in line protocol format (primarily). No docs right now but there are only two files and the Huginn on-line docs therein seem helpful.

ruby huginn agents influxdb databases
Activeworkflow: Remote Agent Ruby https://docs.activeworkflow.org/activeworkflow-agent-ruby/
Wed 16 Nov 2022 01:17:30 PM PST archive.org

The active_workflow_agent library helps you to write your own ActiveWorkflow agents in Ruby using ActiveWorkflow's remote agent API. “Remote” in this context means that agents run in separate processes from ActiveWorkflow itself. Communication between agents and ActiveWorkflow takes place via HTTP. Each agent is effectively an HTTP server which ActiveWorkflow connects to and interacts with via the remote agent API protocol.

Github: https://github.com/automaticmode/active_workflow_agent

Rubygems: https://rubygems.org/gems/active_workflow_agent

gem ruby huginn agents exocortex http json
Activeworkflow: Remote Agent Python https://docs.activeworkflow.org/activeworkflow-agent-python/
Wed 16 Nov 2022 01:15:56 PM PST archive.org

The activeworkflow_agent library helps you to write your own ActiveWorkflow agents in Python using ActiveWorkflow's remote agent API. “Remote” in this context means that agents run in separate processes from ActiveWorkflow itself. Communication between agents and ActiveWorkflow takes place via HTTP. Each agent is effectively an HTTP service or microservice which ActiveWorkflow connects to and interacts with as long as it supports the remote agent API protocol.

Github: https://github.com/automaticmode/activeworkflow-agent-python

huginn agents python modules http exocortex json
Activeworkflow: Remote Agent API https://docs.activeworkflow.org/remote-agent-api/
Wed 16 Nov 2022 01:08:47 PM PST archive.org

You can create your own agents by developing simple services that implement ActiveWorkflow's Remote Agent API. “Remote” in this context means that agents run in separate processes from ActiveWorkflow itself. Communication between agents and ActiveWorkflow takes place via HTTP. Each agent is effectively an HTTP service or microservice which ActiveWorkflow interacts with via an RPC protocol.

https://github.com/automaticmode/active_workflow/blob/master/lib/remote_agents.rb

https://github.com/automaticmode/active_workflow/blob/master/spec/features/use_remote_agent.rb

https://github.com/automaticmode/active_workflow/blob/master/spec/lib/remote_agents_spec.rb

huginn agents functions ruby extension http exocortex json
igorkasyanchuk/rails_performance https://github.com/igorkasyanchuk/rails_performance
Tue 30 Aug 2022 12:38:41 PM PDT archive.org

Claims to be an easy-to-integrate self-hosted tool to monitor the performance of your Ruby on Rails application. This is a simple and free alternative to the New Relic APM, Datadog or other similar services. Realtime monitoring, throughput, average response time, which bits are the slowest, database queries, delayed_job monitoring, and custom events.

Known to work with Rails v4.2 and later. Requires Redis to hold the stats.

Amazingly, plugs right into Huginn using the default instructions.

ruby rails monitoring performance huginn exocortex
gardner/huginn_anomaly_agent https://github.com/gardner/huginn_anomaly_agent
Thu 11 Aug 2022 11:11:44 AM PDT archive.org

Agent that monitors a flow of data and uses Isolation Forest techniques to identify statistical outliers and anomalies.

agents ruby huginn statistics anomalies analytics
Increase your scalability using Redis in Ruby on Rails Application https://cryptextechnologies.medium.com/increase-your-scalability-using-redis-in-ruby-on-rails-application-2564d1ce2feb
Wed 03 Aug 2022 01:58:32 PM PDT archive.org

How to add Redis caching support to a Ruby on Rails application.

rails redis caching huginn exocortex
Shopify Liquid API Reference https://shopify.dev/api/liquid
Sun 03 Jul 2022 06:29:54 PM PDT archive.org

Liquid is a template language created by Shopify. It's available as an open source project on GitHub, and is used by many different software projects and companies.

This reference documents the Liquid tags, filters, and objects that you can use to build Shopify Themes.

Of course, this applies to anything else that uses Liquid as its templating language.

huginn templates language reference documentation
hihouhou/huginn_mastodon_publish_agent https://github.com/hihouhou/huginn_mastodon_publish_agent
Sat 30 Apr 2022 07:18:46 PM PDT archive.org

Huginn agent for publishing message via the Mastodon API.

huginn ruby exocortex mastodon fediverse agent
hihouhou/huginn_sqlite_agent https://github.com/hihouhou/huginn_sqlite_agent
Mon 25 Apr 2022 05:13:06 PM PDT archive.org

A Huginn agent for querying SQLite databases. Whatever it finds are emitted as events.

huginn agent ruby exocortex sqlite databases
hihouhou/huginn_influxdb_write_data_agent https://github.com/hihouhou/huginn_influxdb_write_data_agent
Mon 25 Apr 2022 05:11:01 PM PDT archive.org

A Huginn agent for writing data into influxdb.

ruby huginn exocortex agent influxdb databases
stevenleeg/huginn_sqlite3_agent https://github.com/stevenleeg/huginn_sqlite3_agent
Thu 25 Nov 2021 02:54:29 PM PST archive.org

This gem provides two agents for Huginn that can read from and write to SQLite 3 databases.

For detailed instructions on their usage, please see the Markdown descriptions within the agents' source (which will also be displayed in your Huginn dashboard).

Note that this gem relies on the sqlite3 gem which itself requires SQLite3 development headers. If you're running Huginn on a regular server, satisfying this requirement may be simple.

exocortex huginn ruby agent databases sqlite
jacatbay/huginn_mqtt_subscriber_agent https://github.com/jacatbay/huginn_mqtt_subscriber_agent
Thu 25 Nov 2021 02:51:12 PM PST archive.org

Huginn's native mqtt agent (subscribe only) re-implemented as a LongRunnable. Simply choose a topic (think email subject line) to listen to, and configure your service. Many services run mqtts (mqtt over SSL) often with a custom certificate. You'll want to download their cert and install it locally, specifying the certificate_path configuration.

exocortex huginn ruby agent mqtt monitoring
yubuylov/huginn_unique_agent https://github.com/yubuylov/huginn_unique_agent
Thu 25 Nov 2021 02:43:22 PM PST archive.org

The UniqueAgent receives a stream of events and remits the event if it is not a duplicate. Uses Redis as its backing store.

exocortex huginn agent ruby redis analysis
darrencauthon/twitter_huginn_agents https://github.com/darrencauthon/twitter_huginn_agents
Thu 25 Nov 2021 02:42:35 PM PST archive.org

An agent that tracks when someone unfollows you on Twitter.

exocortex huginn agent ruby twitter
Unending/huginn_threshold_agent https://github.com/Unending/huginn_threshold_agent
Thu 25 Nov 2021 02:38:37 PM PST archive.org

The Threshold Agent is a conditional change detector, it emits events when a specified value is exceeded. Unlike the change detector agent each new event updates the last_property value to which the new value is compared, event when no new event is emitted.

exocortex huginn ruby agent monitoring
hihouhou/huginn_fear_and_greed_index_agent https://github.com/hihouhou/huginn_fear_and_greed_index_agent
Thu 25 Nov 2021 02:37:27 PM PST archive.org

This agent fetches fear and greed index for BTC and creates an event by notification. Uses the alternative.me REST API.

exocortex huginn ruby agent cryptocurrency monitoring firefly
akilism/huginn-SunlightLegislatorAgent https://github.com/akilism/huginn-SunlightLegislatorAgent
Thu 25 Nov 2021 02:29:28 PM PST archive.org

The SunlightLegislatorAgent uses the Sunlight Foundation Congress API to track the actions of a legislator. Will report back on any votes made, or actions on bills sponsored or cosponsored by the legislator.

You need a Sunlight Foundation API Token: http://sunlightfoundation.com/api/

You need to provide a legislator_bioguide_id for the legislator you wish to keep tabs on.

exocortex huginn ruby agent government monitoring representatives
bryandeagle/agents https://github.com/bryandeagle/agents
Thu 25 Nov 2021 02:27:03 PM PST archive.org

I'm using Flask to host some simple REST APIs for custom Huginn agents.

  • expenses.py - Uses the Plaid API to get transactions and expenses filed.
  • logger.py - The agents's logging service.
exocortex python huginn agents rest api
page 1 / 2
5001 links, including 376 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn