/py-digest

Script fetch the data from twitter and send to specific slack channel

Primary LanguagePython

pyDigest parser

Script fetch the data from twitter and send to specific slack channel

Install

Script requires python 3.6

  1. clone project git clone https://github.com/digitalashes/py-digest.git
  2. go into folder cd py_digest
  3. create virtual environment python3 -m venv venv
  4. activate virtual environment source venv/bin/activate
  5. install requirements pip install -r requirements.txt
  6. create new .env file cp env.example .env
  7. filling .env file
  8. run script python main.py

May be better way its run this script each hour through cron.