You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
giuliof 6de4eae97b Merge pull request 'docker' (#1) from docker into master
Reviewed-on: #1
3 years ago
.gitignore porting for docker image 3 years ago
LICENSE Initial commit, working version, but with a lot of stuff to improve 7 years ago
README.md porting for docker image 3 years ago
TODO Small lines for timeout debugging 6 years ago
config.sample.php porting for docker image 3 years ago
main.php dockerization complete 3 years ago
schedule.php dockerization complete 3 years ago
shared.php dockerization complete 3 years ago
tgbot.cron added cronjob for scheduler 3 years ago

README.md

golem-telegram-bot

http://golem.linux.it/wiki/GOLEM_Telegram_Bot

sqlite3 database creation

CREATE TABLE telegram_post (ID INTEGER PRIMARY KEY NOT NULL, MessageID INTEGER NOT NULL, ChatID INTEGER NOT NULL, DateTime DATETIME NOT NULL, Text TEXT NOT NULL, Author TEXT);