Git Product home page Git Product logo

plexts's Introduction

Plexts

Ingress Intel Map API Caller

Description

  • all, faction, alerts message to console
  • get the information of the portals in Json format
  • get the information of the artifacts in Json format

Setup

cp intel.yml.sample intel.yml

Fill intel.yml with your intel credentials

Using CLI

$ rake build
plexts 0.0.1 built to pkg/plexts-0.0.1.gem.
$ gem install pkg/plexts-0.0.1.gem
Successfully installed plexts-0.0.1
Parsing documentation for plexts-0.0.1
Done installing documentation for plexts after 0 seconds
1 gem installed
$ rbenb rehash # If necessary
$ plexts -h
Usage: plexts [options]
    -c, --console                    show all or faction, aleart messages
    -e, --entity                     show entities infomation of JSON format
        --minlat VALUE               south west area latitude
        --minlng VALUE               south west area longitude
        --maxlat VALUE               north east area latitude
        --maxlng VALUE               north east area longitude
    -p, --portal                     show portal infomation of JSON format
        --guid VALUE                 portal guid
    -z VALUE                         map zoom level 1-20
    -a, --artifacts                  artifacts infomation of JSON format

Using in Rails

In your Gemfile:

gem 'plexts'

Don't forget to put intel.yml in root of your project

Plexts::get_artifacts
# => {} 

# COMM log
Plexts.get_plexts(minLatE6, minLngE6, maxLatE6, maxLngE6)

# Map entities
Plexts.get_entities(minLatE6, minLngE6, maxLatE6, maxLngE6, zoom) 

# Portal details
Plexts.get_portal_details('d431c89010b4434da63e4b6070e6c414.12')

Caution

This application should be used at your own risk. When you use it, there is a possibility that the account is stopped.

Licence

Released under the WTFPL license.

plexts's People

Contributors

ailinykh avatar tfunato avatar

Watchers

 avatar  avatar

Forkers

linuxboytoo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.