Initial commit.

This commit is contained in:
Stefan Härter
2023-05-08 17:00:34 +02:00
commit 99df91a112
4 changed files with 205 additions and 0 deletions

7
bot_script.pl Normal file
View File

@@ -0,0 +1,7 @@
#/usr/bin/perl
use lib '/home/demiguise/telegram_bot';
use F1DataBot;
F1DataBot::fetchMessages();