Skip to content

Periodically checks links in Twitter bio and send a notification if a link is down

License

Notifications You must be signed in to change notification settings

afranck64/biolinkchecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

biolinkchecker

Periodically checks links in Twitter bio and send a notification if a link is down

Quickstart

Requirements

First of all, you need docker>=19.03 and docker-compose>=1.25.1

Configuration

A file named .env based on template.env is required at the root of the project directory. Required parameters are listed below:

# Twitter app/bot credentials. For more informations visit: https://apps.twitter.com/
TWITTER_CONSUMER_KEY=
TWITTER_CONSUMER_SECRET=
TWITTER_ACCESS_TOKEN=
TWITTER_ACCESS_SECRET=

Build the project:

./build.sh

Use individual actions

Fetch data/links from followers

docker-compose run bot fetch

Check if previously fetched links are online/offline

docker-compose run bot check

Notify users that have links down in their bio

docker-compose run bot notify

Start the bot and let it manage all required actions

docker-compose up bot

Author(s)

About

Periodically checks links in Twitter bio and send a notification if a link is down

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published