Skip to main content

The unofficial api for Insights.gg

Project description

Insights.ggApi

This is the unofficial python API for Insights.gg

Before you get started

Python Requirements

The only library you'll need is requests, which can be pip installed by python3 -m pip install requests on Linux, or py -m pip install requests on windows

Login Requirements

Currently the examples use a login.json structure to prevent committing usernames and passwords. If you wish to run an example script either: create a file in Src named login.json and populate it with the following data

  {
    "username" : "email@domain.com",
    "password" : "yourinsightspassword"
  }

or

Modify the example files and hand input your login information into the Login function.

The API

The api is a reversed engineered product of the insights.gg website, that is still in development big time. Src/Insights.py is the main library file, and contains everything you need to know about the API. If you understand python this shouldn't be too hard to understand.

If you don't uh... Hold on, I'm going to write a detailed API to make things easier C:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

InsightsGG-0.0.1.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

InsightsGG-0.0.1-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page