vitormattos/ingress-sentinel

Monitoring Ingress report e-mail of attacks on portals

dev-master 2014-12-31 21:33 UTC

This package is auto-updated.

Last update: 2024-04-29 03:12:32 UTC


README

inserts data with damage email report in a sqlite database.

How to use?

  • Run Composer from your application
  • The database are used is SQLite. After run composer, run the following command to create the sqlite file:
migrate -e development
  • Put the data access for the email account that concentrates the reports Ingress in test.php file and run this file with the following command:
php test.php

When the test.php script has finished running, you will have a database to parse all emails that are configured in the account.

TODO:

  • Analysis of data from the database to identify anomaly