Skip to content

Telegram bot that implements a ping robot to check the url for validity.

License

Notifications You must be signed in to change notification settings

AntonZatsepilin/tg-ping-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tg-ping-bot

Launch

Create an .env file like this in the root directory of your project:

TELEGRAM_BOT_TOKEN=...
TELEGRAM_CHAT_ID=...

Change these parameters in the docker-compose.yml to suit yourself:

INTERVAL: ...
REQUEST_TIMEOUT: ...
WORKERS_COUNT: ...

Add links in the links.yml to suit yourself:

links:
  - ...
  - ...
  - ...
  ...

Enter this command in a terminal running Docker:

docker-compose up --build

About

Telegram bot that implements a ping robot to check the url for validity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published