https://github.com/dsander/huginn.io
Community site for Huginn - share scenarios and discover Agents
https://github.com/dsander/huginn.io
Last synced: 12 months ago
JSON representation
Community site for Huginn - share scenarios and discover Agents
- Host: GitHub
- URL: https://github.com/dsander/huginn.io
- Owner: dsander
- License: lgpl-3.0
- Created: 2016-11-23T21:20:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T10:59:25.000Z (over 3 years ago)
- Last Synced: 2025-04-05T14:42:12.831Z (over 1 year ago)
- Language: Ruby
- Size: 279 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Huginn.io [](https://travis-ci.org/dsander/huginn.io) [](https://coveralls.io/github/dsander/huginn.io?branch=add-travis) [](https://codeclimate.com/github/dsander/huginn.io)
## Import Agent Gems and Agents from precomputed JSON
When `rake db:seed` is called with the `AGENT_JSON` environment variable set to a valid URI the JSON data will be used to import the agents
```
AGENT_JSON=https://dl.dropboxusercontent.com/u/62784372/agents.json rake db:seed
``