An auto-reply bot for ingress intel based on ingrex_lib
- try to run
login.py
, input your google account, until you see the content like below
('Get cookie', 'SACSID=AAA...AAA;csrftoken=BBB...BBB;ingress.intelmap.shflt=viz;ingress.intelmap.lat=0;ingress.intelmap.lng=0;ingress.intelmap.zoom=16')
- edit
bot.db
with sqlite3 to add your own rules - run
bot.py
to start your bot
- (min|max)(Lng|Lat)E6: define the location coordinate (times 10e6) range to listen
- mints: minimum timestamp, will auto-renew by bot
- interval: polling time interval (in seconds)
- account: set by login.py
- password: set by login.py
- cookie: auto-renew by bot
bot will search content match with regex, and reply by regex replacement
so using ^
and $
in your regex is recommanded
you can use \1
\2
... to replace text
type
can be 'all' or 'faction'
simply add a content you want to send in intel map
a command will be deleted after the bot get it
type
can be 'all' or 'faction'