Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 2.63 KB

README.md

File metadata and controls

65 lines (39 loc) · 2.63 KB

hacker-news-scraper

GitHub repo size GitHub language count

project.gif

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.

💻 Skills

python docker

💻 Prerequisites

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.

🚀 Installing hacker-new-scraper

To install, follow these steps:

git clone https://github.com/jmreis/hacker-new-scraper.git

☕ Using hacker-new-scraper

To use, follow these steps:

hacker-new-scraper cd

docker-compose up --build

📫 Contributing

To contribute, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<message_commit>'
  4. Push to the original branch: git push origin <project_name> / <local>
  5. Create the pull request.

Alternatively, see the GitHub documentation at how to create a pull request .

⬆ Back to top