Skip to content
book

GitHub Action

Daily Hackernews

v1.2 Latest version

Daily Hackernews

book

Daily Hackernews

Getting the top Hackernews through Telegram

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Daily Hackernews

uses: jiyeonseo/[email protected]

Learn more about this action in jiyeonseo/daily-hackernews-action

Choose a version

Daily HackerNews Action

Let's get top Hackernews everyday via Telegram.

Usage

As getting a daily top hacker news through Telegram.

name: Daily HackerNews
on:
  schedule:
  - cron: 0 12 * * *  # Every day at noon

jobs:
  daily_hackernews:
    name: Daily HackerNews
    runs-on: ubuntu-latest
    steps:

    - name: daily-hackernews
      uses: actions/[email protected]
      with:
        chat_id: "Telegram chat id"
        coount: 5
      env:
        TELEGRAM_KEY: ${{ secrets.TELEGRAM_KEY }}

In action :

Inputs

License

MIT