feat: Add post label tracking with Redis and metrics
This commit introduces a new feature to track labeled posts using Redis
and trigger account-level actions when thresholds are met. It includes
the following changes:
- Added Redis configuration to `.env.example` and the `compose.yaml`
file to run Redis. - Implemented post tracking logic using Redis. -
Added functionality to apply account labels, report accounts, and
comment on accounts based on label thresholds. - Added example
configuration files (`tracked-labels.json` and
`tracked-labels.example.json`). - Implemented Prometheus metrics for
monitoring label tracking and account actions. - Added a health check
endpoint. - Updated `README.md` with instructions on how to use the new
feature.