[Plugin] Telegram Connector - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Releases (https://forum.open.mp/forumdisplay.php?fid=13) ---- Forum: Plugins (https://forum.open.mp/forumdisplay.php?fid=32) ---- Thread: [Plugin] Telegram Connector (/showthread.php?tid=130) |
Telegram Connector - SyS - 2019-04-14 TgConnector
A telegram connector plugin that helps to interact with telgram bots through SA-MP.
Installing If you are a sampctl user PHP Code: sampctl p install Sreyas-Sreelal/tgconnector OR
Building
Example A basic bot PHP Code: #include<a_samp> Notes This plugin is still in WIP and more tests need to be done.If you find any bugs or have anything to contribute feel free to open an issue or pull request on github. Also be sure to not to share your bot token with anyone it's recommended to store it inside a environment variable. Repository Source: https://github.com/Sreyas-Sreelal/tgconnector Releases: https://github.com/Sreyas-Sreelal/tgconnector/releases Wiki: https://github.com/Sreyas-Sreelal/tgconnector/wiki (Not complete yet) RE: Telegram Connector - Salesman - 2019-04-16 This could be really usefull, for telegram users ofc, nice work! RE: Telegram Connector - SyS - 2019-05-14 New version released! https://github.com/Sreyas-Sreelal/tgconnector/releases/tag/0.1.1 RE: Telegram Connector - Gravityfalls - 2019-05-14 good release. RE: Telegram Connector - Sasino97 - 2019-06-11 This is some amazing stuff dude, congratulations RE: Telegram Connector - SyS - 2020-05-01 Telegram Connector v0.30 released! https://github.com/Sreyas-Sreelal/tgconnector/releases/tag/0.3.0 RE: Telegram Connector - SyS - 2020-07-10 Telegram Connector v0.3.1 Updated the rust sdk to latest version that fixes the issue of samp-gdk conflict occurred randomly for some people. https://github.com/Sreyas-Sreelal/tg...ases/tag/0.3.1 RE: Telegram Connector - SyS - 2023-03-21 Telegram connector v1.0.0 Updated plugin to support latest telegram API changes https://github.com/Sreyas-Sreelal/tgconnector/releases/tag/1.0.0 RE: Telegram Connector - SyS - 2023-04-29 https://github.com/Sreyas-Sreelal/tgconnector/releases/tag/1.1.0 RE: Telegram Connector - kal! - 2024-05-19 Good release. |