Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 970 Bytes

File metadata and controls

38 lines (24 loc) · 970 Bytes

Build Status Deps Status

GithubStalking

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add github_stalking to your list of dependencies in mix.exs:

    def deps do [{:github_stalking, "~> 0.0.1"}] end

  2. Ensure github_stalking is started before your application:

    def application do [applications: [:github_stalking]] end

Usage

export quantum_config_path=quantum.exs
export collect_target_path=target_repos.exs

ulimit -n 65536

elixir --detached -S mix run -e "GithubStalking.run"

or

elixir --detached -S mix run --no-halt