Skip to content

Instantly share code, notes, and snippets.

View Mattze96's full-sized avatar

Mattze96

View GitHub Profile
@Mattze96
Mattze96 / bot.lua
Created March 30, 2015 06:47
telegram-cli lua file api
print ("bot v1.0")
now = os.time()
home_dir = "/home/matthias/"
function send_msg_cb(cb_extra, success, result)
if success then
return
end
end