### Py_digest parser #### Script fetch the data from twitter and send to specific slack channel #####Install 1. clone project `git clone https://git.steelkiwi.com/ternavskiy/py_digest.git` 2. go into folder `cd py_digest` 3. create virtual environment 4. activate virtual environment 5. install requirements `pip install -r requirements.txt` 6. create new .env file `cp env.example .env` 7. filling .env file 6. run script `python main.py` May be better way its run this script each hour through cron.