Skip to content

Slack bot server to scrap channel messages and dump in different destinations for analysis

Notifications You must be signed in to change notification settings

droid-mohit/DataScrapperBot

Repository files navigation

DataScrapperBot

Data Scrapper bot server to scrap messages from different sources and dump in different destinations for analysis.

It is a Flask + Celery Project

Flask Migrate Commands:

python -m flask db init
python -m flask db migrate
python -m  flask db upgrade

Run Flask service:

python app.py

Run Celery Worker:

celery -A celery_app.celery worker --loglevel=info

Run Celery Beat:

celery -A celery_beat_schedule.app beat --loglevel=info

Current Supported Sources:

  1. Slack Channels
  2. Google Chat Spaces
  3. Sentry
  4. New Relic

About

Slack bot server to scrap channel messages and dump in different destinations for analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages