Skip to content

gecko655/everyday-birthday

Repository files navigation

everyday-birthday

everyday-birthday

Launch balloons on the user page of Twitter by changing your birthday EVERYDAY.

Twitterの誕生日を毎日0時に変更して、毎日風船を飛ばすやつ

10周年記念記事

https://gecko655.hatenablog.com/entry/everyday-birthday-10th-anniversary

System requirements

  • node v20
    • Might work on other node versions

How it works

This project runs automatically on GitHub Actions using a scheduled workflow (cron). The workflow runs daily at 00:01 JST (15:01 UTC) to update the Twitter birthday.

Run locally (for one time)

cp secrets.env.tpl secrets.env
vi secrets.env
bun install
(export $(cat secrets.env) && bun index)

Development

Format code

bun run format        # Format all files
bun run format:check  # Check formatting without making changes
bun run lint          # Run linter
bun run check         # Run all checks (format + lint)

demo

https://twitter.com/gecko655

gecko655's birthdays (since 2020-01-19)

Powered by Pixela

About

Launch Twitter balloons everyday

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors