Skip to content

meysam81/submit-hackernews

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Submit HackerNews

GitHub repo size GitHub commit activity GitHub code size in bytes pre-commit.ci status

This small Shell script will submit links to HackerNews. It is hugely beneficial to automate the task of submission at desired schedules.

To run the script, run the following command:

docker run \
  --name submit-hackernews \
  --rm \
  -e "HACKERNEWS_USERNAME=your_username" \
  -e "HACKERNEWS_PASSWORD=your_password" \
  ghcr.io/meysam81/submit-hackernews:v1 \
  -t "This is the title of submission" \
  -u "https://example.com"

Star History

Star History Chart