Coder Social home page Coder Social logo

ingress-bot's Introduction

This repository is no longer being actively maintained so I probably won't fix any issues
but if you want to ask questions I'll do my best to answer them.

Ingress Bot

Author: Maome (Reilly Steele)

Ingress Bot is a java desktop client for the Google game 'Ingress'.

Two files are required:

  • authcookie: contains your SACSID cookie from the m-dot-betaspike.appspot.com servers
  • locations: has a list of location information in GPS format indicating the waypoints to visit in order

Quick Start Guide:

  • Log in to your Google account, point your browser at this URL with Firebug/Dev tools running: https://m-dot-betaspike.appspot.com/handshake
  • Copy the SACSID cookie into the "authcookie" file. See the authcookie.example file
  • Start capturing packets for Ingress Intel page: $ sudo tcpdump -i eth0 host www.ingress.com -s 65535 -w portals.pcap
  • Log in to www.ingress.com/intel and surf around your city. Zoom & pan and capture as many portals as you can
  • Install "tshark" command line app
  • Run: $ utils/portal_list.pl portals.pcap > locations
  • See the --help and --man for the script for extra options
  • Install Oracle Java SDK
  • Run: $ make
  • Run: $ make run

Currently the bot will begin at the first location in the waypoint list, survey the surrounding area and attempt to acquire items from each portal in range. Then a timer will be set that will simulate the time it would take to walk to the next location in the list. At this point the bot will send new location data to the server and again survey and attempt to acquire items from the portal ('hack' it) this loop continues until each waypoint has been visited.

To Do:

  • Error handling of valid (but error notifying) return json strings (ie "error":"TOO_SOON_BIG"
  • Create loop allowing the bot to run autonomously indefinitely without reaching portal burnout.
  • Create clientwrapper functions to allow bursting, linking, and deploying of and on portals.
  • Scan local chat for words related to current bot state or actions and enter silent cooldown period.
  • Improve google maps implementation to not reach non-api rate limit.
  • Add item drop functionality
  • Add multi account functionality

ingress-bot's People

Contributors

maome avatar theadminblagger avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.