Skip to content

Scripts for make a Web Scraping in the Hacker News web site (https://news.ycombinator.com/news), using Python3 with bs4 and github API.

Notifications You must be signed in to change notification settings

jmreis/hacker-new-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Scripts for make a Web Scraping in the Hacker News web site (https://news.ycombinator.com/news), using Python3 with bs4 and github API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published