Skip to content

Latest commit

 

History

History

hackernews

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Hacker News Headlines Emailer

This Python script scrapes the latest headlines from Hacker News and sends them via email. It can be used to receive the latest news updates from Hacker News in your email inbox.

Prerequisites

Before using the script, ensure you have the following installed:

  • Python 3.x
  • Required Python libraries (you can install them using pip):
    • requests
    • beautifulsoup4

Usage

  1. Clone or download this repository to your local machine.

  2. Modify the script to include your email and SMTP server credentials:

    • Replace smtp.example.com with your SMTP server.
    • Replace 'your_email@example.com' with your email.
    • Replace 'your_password' with your email password.
  3. Run the script:

    python hackernews_emailer.py