Awesome-Python-Scripts/Top_News
dependabot[bot] 087cd7cb22
Bump requests from 2.24.0 to 2.31.0 in /Top_News
Bumps [requests](https://github.com/psf/requests) from 2.24.0 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.24.0...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-27 17:36:53 +00:00
..
coolnews.py Added Python made News Generator HackerNews (#174) 2020-10-14 16:51:51 +05:30
Readme.md Added Python made News Generator HackerNews (#174) 2020-10-14 16:51:51 +05:30
requirements.txt Bump requests from 2.24.0 to 2.31.0 in /Top_News 2023-05-27 17:36:53 +00:00

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: