Skip to content

Tornium/tornex_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TornexProxy

An Elixir library providing a plugable or installable proxy for the Torn API (both version one and version two). The library is built upon the tornex and the torngen_elixir_client libraries and provides the following features:

  • Multi-node support
  • IP ratelimiting
  • Combination of similar queries

Installation

If available in Hex, the package can be installed by adding tornex_proxy to your list of dependencies in mix.exs:

def deps do
  [
    {:tornex_proxy, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/tornex_proxy.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages