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

DrDroidLab/DrdDataScrapperBot

 
 

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 -m "<migration commit>"
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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 99.6%
  • Mako 0.4%