Implementing a python script with the functionality to search for new technology news. The target site is https://news.ycombinator.com/news, the python request module is used in the script to make requests.
Before starting, make sure you've met the following requirements:
- You have installed Python, Docker and docker-compose.
- You have a
<Windows/Linux/Mac>
machine.
To install, follow these steps:
git clone https://github.com/jmreis/hacker-new-scraper.git
To use, follow these steps:
hacker-new-scraper cd
docker-compose up --build
To contribute, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<message_commit>'
- Push to the original branch:
git push origin <project_name> / <local>
- Create the pull request.
Alternatively, see the GitHub documentation at how to create a pull request .