├── LICENSE ├── README.md ├── example.lua ├── examples └── ipsw-bot.lua ├── install.sh ├── rockspecs ├── telegram-bot-lua-1.0.0-0.rockspec ├── telegram-bot-lua-1.0.1-0.rockspec ├── telegram-bot-lua-1.0.2-0.rockspec ├── telegram-bot-lua-1.0.2-1.rockspec ├── telegram-bot-lua-1.0.3-0.rockspec ├── telegram-bot-lua-1.0.4-0.rockspec ├── telegram-bot-lua-1.1.0-0.rockspec ├── telegram-bot-lua-1.1.0-1.rockspec ├── telegram-bot-lua-1.10-0.rockspec ├── telegram-bot-lua-1.2-0.rockspec ├── telegram-bot-lua-1.2.1-0.rockspec ├── telegram-bot-lua-1.3-0.rockspec ├── telegram-bot-lua-1.3.1-0.rockspec ├── telegram-bot-lua-1.3.2-0.rockspec ├── telegram-bot-lua-1.4-0.rockspec ├── telegram-bot-lua-1.5-0.rockspec ├── telegram-bot-lua-1.6-0.rockspec ├── telegram-bot-lua-1.7-0.rockspec ├── telegram-bot-lua-1.8-0.rockspec ├── telegram-bot-lua-1.9-0.rockspec ├── telegram-bot-lua-1.9-1.rockspec └── telegram-bot-lua-2.0-0.rockspec ├── src ├── b64url.lua ├── config.lua ├── core.lua └── tools.lua └── telegram-bot-lua-2.0-0.rockspec /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/README.md -------------------------------------------------------------------------------- /example.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/example.lua -------------------------------------------------------------------------------- /examples/ipsw-bot.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/examples/ipsw-bot.lua -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/install.sh -------------------------------------------------------------------------------- /rockspecs/telegram-bot-lua-1.0.0-0.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/rockspecs/telegram-bot-lua-1.0.0-0.rockspec -------------------------------------------------------------------------------- /rockspecs/telegram-bot-lua-1.0.1-0.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/rockspecs/telegram-bot-lua-1.0.1-0.rockspec -------------------------------------------------------------------------------- /rockspecs/telegram-bot-lua-1.0.2-0.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/rockspecs/telegram-bot-lua-1.0.2-0.rockspec -------------------------------------------------------------------------------- /rockspecs/telegram-bot-lua-1.0.2-1.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/rockspecs/telegram-bot-lua-1.0.2-1.rockspec -------------------------------------------------------------------------------- /rockspecs/telegram-bot-lua-1.0.3-0.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/rockspecs/telegram-bot-lua-1.0.3-0.rockspec -------------------------------------------------------------------------------- /rockspecs/telegram-bot-lua-1.0.4-0.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/rockspecs/telegram-bot-lua-1.0.4-0.rockspec -------------------------------------------------------------------------------- /rockspecs/telegram-bot-lua-1.1.0-0.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/rockspecs/telegram-bot-lua-1.1.0-0.rockspec -------------------------------------------------------------------------------- /rockspecs/telegram-bot-lua-1.1.0-1.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/rockspecs/telegram-bot-lua-1.1.0-1.rockspec -------------------------------------------------------------------------------- /rockspecs/telegram-bot-lua-1.10-0.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/rockspecs/telegram-bot-lua-1.10-0.rockspec -------------------------------------------------------------------------------- /rockspecs/telegram-bot-lua-1.2-0.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/rockspecs/telegram-bot-lua-1.2-0.rockspec -------------------------------------------------------------------------------- /rockspecs/telegram-bot-lua-1.2.1-0.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/rockspecs/telegram-bot-lua-1.2.1-0.rockspec -------------------------------------------------------------------------------- /rockspecs/telegram-bot-lua-1.3-0.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/rockspecs/telegram-bot-lua-1.3-0.rockspec -------------------------------------------------------------------------------- /rockspecs/telegram-bot-lua-1.3.1-0.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/rockspecs/telegram-bot-lua-1.3.1-0.rockspec -------------------------------------------------------------------------------- /rockspecs/telegram-bot-lua-1.3.2-0.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/rockspecs/telegram-bot-lua-1.3.2-0.rockspec -------------------------------------------------------------------------------- /rockspecs/telegram-bot-lua-1.4-0.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/rockspecs/telegram-bot-lua-1.4-0.rockspec -------------------------------------------------------------------------------- /rockspecs/telegram-bot-lua-1.5-0.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/rockspecs/telegram-bot-lua-1.5-0.rockspec -------------------------------------------------------------------------------- /rockspecs/telegram-bot-lua-1.6-0.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/rockspecs/telegram-bot-lua-1.6-0.rockspec -------------------------------------------------------------------------------- /rockspecs/telegram-bot-lua-1.7-0.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/rockspecs/telegram-bot-lua-1.7-0.rockspec -------------------------------------------------------------------------------- /rockspecs/telegram-bot-lua-1.8-0.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/rockspecs/telegram-bot-lua-1.8-0.rockspec -------------------------------------------------------------------------------- /rockspecs/telegram-bot-lua-1.9-0.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/rockspecs/telegram-bot-lua-1.9-0.rockspec -------------------------------------------------------------------------------- /rockspecs/telegram-bot-lua-1.9-1.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/rockspecs/telegram-bot-lua-1.9-1.rockspec -------------------------------------------------------------------------------- /rockspecs/telegram-bot-lua-2.0-0.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/rockspecs/telegram-bot-lua-2.0-0.rockspec -------------------------------------------------------------------------------- /src/b64url.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/src/b64url.lua -------------------------------------------------------------------------------- /src/config.lua: -------------------------------------------------------------------------------- 1 | return { 2 | ['endpoint'] = 'https://api.telegram.org/bot' 3 | } -------------------------------------------------------------------------------- /src/core.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/src/core.lua -------------------------------------------------------------------------------- /src/tools.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/src/tools.lua -------------------------------------------------------------------------------- /telegram-bot-lua-2.0-0.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrxck/telegram-bot-lua/HEAD/telegram-bot-lua-2.0-0.rockspec --------------------------------------------------------------------------------