Skip to content
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.
/ harvester Public archive

The Harvester, a tool for adding tags to groups of URLs

Notifications You must be signed in to change notification settings

dxw/harvester

Repository files navigation

Getting Started

git checkout git@git.dxw.net:harvester-ng
rake db:setup
rails server

Configuration

config/initializers/secrets.rb:

# Currently only username/password auth is supported
# :collection is optional - it'll just put it in "Home" if it's not specified
HarvesterNg::Application.config.google_docs = {
  username: 'a-user@dxw.com',
  password: 'password1',
  collection: 'https://docs.google.com/?pli=1#folders/0B-IQ-sqhJerMR1A0VHBGZWlGbmc'
}

Load test data

rake db:reset && echo "load 'manual-testing/seeds_test.rb'" | rails console

About

The Harvester, a tool for adding tags to groups of URLs

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published