mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 04:21:12 +00:00
9 lines
237 B
Markdown
9 lines
237 B
Markdown
# YCombinator News Ranking App
|
|
This simple script will scrape the YCombinator News Website and rank the highest upvote news.
|
|
|
|
## Usage
|
|
|
|
* requires beautifulsoup, requests
|
|
* Use `pip install beautifulsoup requests`
|
|
* Run `python main.py`
|