mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-24 04:21:08 +00:00
22 lines
322 B
Markdown
22 lines
322 B
Markdown
|
### Cool IT news
|
||
|
This python made script shows top voted news `basic version votes>99` from hackernews.
|
||
|
|
||
|
### Installation
|
||
|
First of all use
|
||
|
|
||
|
```
|
||
|
pip install requirements.txt
|
||
|
```
|
||
|
|
||
|
### Run
|
||
|
|
||
|
```
|
||
|
python coolnews.py
|
||
|
```
|
||
|
|
||
|
##
|
||
|
If you want news of more then desired number of votes you can edit
|
||
|
```
|
||
|
Line 29. if points > 99:
|
||
|
```
|