Skip to content

Instantly share code, notes, and snippets.

View jonfortescue's full-sized avatar
🏴

Jon Fortescue jonfortescue

🏴
View GitHub Profile
@neonichu
neonichu / ingress.py
Last active August 28, 2023 18:02
Demo of accessing the Ingress API.
#!/usr/bin/env python
import cookielib
import json
import mechanize
#####
GOOGLE_USER = 'you@gmail.com'
GOOGLE_PASS = 'your-password'
#####