We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49cf14e commit c22902fCopy full SHA for c22902f
README.md
@@ -21,8 +21,16 @@ manually put the resulting file in either `training_data/news` or
21
`training_data/sports` dir.
22
23
## Other setup
24
+`pip install -r requirements.txt`
25
Add your feed URLs and email to `feed_classifier.py`
26
Configure your email server in `pipeline/mail_sender.py`
27
28
## Running
29
Run `feed_classifier.py`, no arguments required.
30
+
31
+## Unit tests
32
33
+```
34
+pip install -r requirements_dev.txt
35
+python -m pytest
36
0 commit comments