Skip to content

Instantly share code, notes, and snippets.

@0BRWUEN0
0BRWUEN0 / bot
Created February 22, 2017 08:29
package.path = package.path .. ';.luarocks/share/lua/5.2/?.lua'
..';.luarocks/share/lua/5.2/?/init.lua'
package.cpath = package.cpath .. ';.luarocks/lib/lua/5.2/?.so'
URL = require('socket.url')
JSON = require('dkjson')
HTTPS = require('ssl.https')
----config----
local bot_api_key = "366405814:AAG5uAI2FY2gqjQ_WwC8qp37xYPqtWhBVSo" --👈put token in "heretoken"
local BASE_URL = "https://api.telegram.org/bot"..bot_api_key
local BASE_FOLDER = ""