Skip to content

digitalashes/py-digest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages