You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2020. It is now read-only.
The Huginn Readability Agent extracts the primary readable content of a website using the readability gem.
Installation
Add this string to your Huginn's .env ADDITIONAL_GEMS configuration:
huginn_readability_agent(github: kreuzwerker/DKT.huginn_readability_agent)# when only using this agent gem it should look like hits:ADDITIONAL_GEMS=huginn_readability_agent(github: kreuzwerker/DKT.huginn_readability_agent)
And then execute:
$ bundle
Development
Running rake will clone and set up Huginn in spec/huginn to run the specs of the Gem in Huginn as if they would be build-in Agents. The desired Huginn repository and branch can be modified in the Rakefile:
Make sure to delete the spec/huginn directory and re-run rake after changing the remote to update the Huginn source code.
After the setup is done rake spec will only run the tests, without cloning the Huginn source again.
To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release to create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.