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.
Reviewed-on: #1 |
3 years ago | |
---|---|---|
.gitignore | 3 years ago | |
LICENSE | 7 years ago | |
README.md | 3 years ago | |
TODO | 6 years ago | |
config.sample.php | 3 years ago | |
main.php | 3 years ago | |
schedule.php | 3 years ago | |
shared.php | 3 years ago | |
tgbot.cron | 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);