fortepc / ingress-intel-total-conversion

intel.ingress.com total conversion user script with some new features. Should allow easier extension of the intel map.

Home Page:https://iitc.modos189.ru

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ingress Intel Total Conversion (IITC)

Build Status Docs Status LICENSE

IITC is a browser add-on that modifies the Ingress intel map. It is faster than the standard site, and offers many more features. It is available for desktop browsers, such as Firefox and Chrome, and as a mobile application.

Website | Documentation | Telegram channel

Since the breunigs IITC branch was deleted and Jon Atkins has moved away from development, this repository was created by modos189 to continue some development.

Users

Just want to download/install IITC? Go to https://iitc.modos189.ru/

For keeping up with the latest news, release announcements, etc, Follow IITC on Telegram channel https://t.me/iitc_news

Want to report a bug? Post it to the issues page https://github.com/IITC-CE/ingress-intel-total-conversion/issues

Developers

This Github page is for those interested in developing IITC further.

Quickstart

To build the browser scripts from source you will need Python (either a late version 2.x, or 3.0+). It should build correctly on Linux and Windows (and, probably, Macs, FreeBSD, etc)

Fork this project, clone to your local machine.

Run the build.py local script to build the code.

If all goes well, output of the build will end up in build/local subfolder.

You can create a custom build settings file, localbuildsettings.py - look in the supplied buildsettings.py for details.

Mobile

To build the mobile app, along with python, you will need

  • The Java JDK (development kit - the runtime JRE is not enough)
  • The Android SDK

Run build.py mobile to build IITC Mobile in debug mode.

Website

The source codes of the iitc.modos189.ru site are in a nearby repository: https://github.com/IITC-CE/iitc.modos189.ru

About

intel.ingress.com total conversion user script with some new features. Should allow easier extension of the intel map.

https://iitc.modos189.ru

License:ISC License


Languages

Language:JavaScript 75.4%Language:Java 19.2%Language:CSS 4.4%Language:Python 1.0%Language:Makefile 0.0%