Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Go program that checks the availability of a specified Twitter handle every hour

License

Notifications You must be signed in to change notification settings

janyksteenbeek/twitter-handle-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Handle Checker

This is a simple Go program that checks the availability of a specified Twitter handle every hour. When the handle becomes available, it sends a Pushover notification via HTTP.

How to use

  1. Clone this repository:
git clone https://github.com/janyksteenbeek/twitter-handle-checker.git
  1. Change to the twitter-handle-checker directory:
cd twitter-handle-checker
  1. Build the Docker image:
docker build -t twitter-handle-checker .
  1. Run the Docker container, passing your desired Twitter handle and Pushover token as environment variables:
docker run -d --name twitter-handle-checker -p 8080:8080 \
  -e CHECKER_USERNAME=desired_username \
  -e CHECKER_PUSHOVER_TOKEN=your_pushover_token \
  twitter-handle-checker

Replace desired_username and your_pushover_token with the actual values you want to use.

The Go program inside the container will check the availability of the Twitter handle every hour and send a Pushover notification when it becomes available.

Security

If you discover any security-related issues, please email me@janyk.dev instead of using the issue tracker. All security vulnerabilities will be promptly addressed.

License

This project is open-sourced software licensed under the MIT license. Please see the license file for more information.

About

Go program that checks the availability of a specified Twitter handle every hour

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages