All Projects → doveccl → Ingress-Intel-Bot

doveccl / Ingress-Intel-Bot

Licence: MIT license
An auto-reply bot for ingress intel based on ingrex_lib

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ingress-Intel-Bot

Kong Ingress
[DEPRECATED] A Kubernetes Ingress for Kong
Stars: ✭ 96 (+700%)
Mutual labels:  ingress
Aws Load Balancer Controller
A Kubernetes controller for Elastic Load Balancers
Stars: ✭ 2,609 (+21641.67%)
Mutual labels:  ingress
django-on-k8s
An end to end tutorial to run a Django Web Application having a PostgreSQL database in Kubernetes
Stars: ✭ 37 (+208.33%)
Mutual labels:  ingress
Kubernetes Pfsense Controller
Integrate Kubernetes and pfSense
Stars: ✭ 100 (+733.33%)
Mutual labels:  ingress
Ingress Intel Total Conversion
intel.ingress.com total conversion user script with some new features. Should allow easier extension of the intel map.
Stars: ✭ 157 (+1208.33%)
Mutual labels:  ingress
Ingress
WIP Caddy 2 ingress controller for Kubernetes
Stars: ✭ 200 (+1566.67%)
Mutual labels:  ingress
Inlets
Cloud Native Tunnel, now inlets PRO
Stars: ✭ 8,420 (+70066.67%)
Mutual labels:  ingress
IFSolver
Ingress First Saturday Passcode Solver
Stars: ✭ 30 (+150%)
Mutual labels:  ingress
K8s1.13
微服务容器化持续交付总体流程:开发代码提交到Gitlab;Rahcher设置代码库为Gitlab;Rahcher流水线配置编译源码;Rahcher流水线Build Docker镜像;Rancher流水线Push Docker镜像到私有镜像库Harbor;Rancher流水线根据k8s yaml部署文件部署容器。
Stars: ✭ 166 (+1283.33%)
Mutual labels:  ingress
E Commerce Db
Database schema for e-commerce (webstores) sites.
Stars: ✭ 245 (+1941.67%)
Mutual labels:  ingress
Nghttpx Ingress Lb
nghttpx ingress controller for Kubernetes
Stars: ✭ 115 (+858.33%)
Mutual labels:  ingress
Apisix Ingress Controller
ingress controller for K8s
Stars: ✭ 139 (+1058.33%)
Mutual labels:  ingress
K8s Bigip Ctlr
Repository for F5 Container Ingress Services for Kubernetes & OpenShift.
Stars: ✭ 204 (+1600%)
Mutual labels:  ingress
Kubernetes Ingress Controller
🦍 Kong for Kubernetes: the official Ingress Controller for Kubernetes.
Stars: ✭ 1,347 (+11125%)
Mutual labels:  ingress
traefik-workshop
Getting started with Traefik on Kubernetes. A few exercises that help you to start the journey with Traefik Proxy.
Stars: ✭ 83 (+591.67%)
Mutual labels:  ingress
Voyager
🚀 Secure HAProxy Ingress Controller for Kubernetes
Stars: ✭ 1,276 (+10533.33%)
Mutual labels:  ingress
Kube Lego
DEPRECATED: Automatically request certificates for Kubernetes Ingress resources from Let's Encrypt
Stars: ✭ 2,191 (+18158.33%)
Mutual labels:  ingress
traefik-cluster-ecs
This is a tutorial on how to deploy a Traefik Load Balancer in AWS using CloudFormation to load balancer development ECS tasks using hosts (FQDN).
Stars: ✭ 62 (+416.67%)
Mutual labels:  ingress
consul-api-gateway
The Consul API Gateway is a dedicated ingress solution for intelligently routing traffic to applications running on a Consul Service Mesh.
Stars: ✭ 88 (+633.33%)
Mutual labels:  ingress
Gke Managed Certs
Managed Certificates for Kubernetes clusters using GCLB
Stars: ✭ 214 (+1683.33%)
Mutual labels:  ingress

Ingress-Intel-Bot

An auto-reply bot for ingress intel based on ingrex_lib

How To Use

  1. 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')
  1. edit bot.db with sqlite3 to add your own rules
  2. run bot.py to start your bot

Database

config

  • (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

rule

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'

command

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'

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].