2021-09-09 20:46:07 +02:00
<!DOCTYPE html>
< html class = "" >
< head >
< meta charset = "utf-8" >
< title > Bot Code Examples< / title >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< meta property = "description" content = "If you want to learn more about Telegram bots , start with our Introduction to Bots »
Check out the FAQ, if you have questions.…">
< meta property = "og:title" content = "Bot Code Examples" >
< meta property = "og:image" content = "" >
< meta property = "og:description" content = "If you want to learn more about Telegram bots , start with our Introduction to Bots »
Check out the FAQ, if you have questions.…">
< link rel = "shortcut icon" href = "/favicon.ico?4" type = "image/x-icon" / >
< link href = "/css/bootstrap.min.css?3" rel = "stylesheet" >
< link href = "/css/telegram.css?212" rel = "stylesheet" media = "screen" >
< style >
< / style >
< / head >
< body class = "preload" >
< div class = "dev_page_wrap" >
< div class = "dev_page_head navbar navbar-static-top navbar-tg" >
< div class = "navbar-inner" >
< div class = "container clearfix" >
< ul class = "nav navbar-nav navbar-right hidden-xs" > < li class = "navbar-twitter" > < a href = "https://twitter.com/telegram" target = "_blank" data-track = "Follow/Twitter" onclick = "trackDlClick(this, event)" > < i class = "icon icon-twitter" > < / i > < span > Twitter< / span > < / a > < / li > < / ul >
< ul class = "nav navbar-nav" >
< li > < a href = "//telegram.org/" > Home< / a > < / li >
< li class = "hidden-xs" > < a href = "//telegram.org/faq" > FAQ< / a > < / li >
< li class = "hidden-xs" > < a href = "//telegram.org/apps" > Apps< / a > < / li >
< li class = "" > < a href = "/api" > API< / a > < / li >
< li class = "" > < a href = "/mtproto" > Protocol< / a > < / li >
< li class = "" > < a href = "/schema" > Schema< / a > < / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "container clearfix" >
< div class = "dev_page" >
< div id = "dev_page_content_wrap" class = " " >
< div class = "dev_page_bread_crumbs" > < ul class = "breadcrumb clearfix" > < li > < a href = "/bots" > Telegram Bots< / a > < / li > < i class = "icon icon-breadcrumb-divider" > < / i > < li > < a href = "/bots/samples" > Bot Code Examples< / a > < / li > < / ul > < / div >
< h1 id = "dev_page_title" > Bot Code Examples< / h1 >
< div id = "dev_page_content" > < blockquote >
2021-09-10 18:27:56 +02:00
< p > If you want to learn more about Telegram bots, start with our < a href = "/bots" > < strong > Introduction to Bots »< / strong > < / a >
Check out the < a href = "/bots/faq" > < strong > FAQ< / strong > < / a > , if you have questions.< / p >
2021-09-09 20:46:07 +02:00
< / blockquote >
2021-09-10 18:27:56 +02:00
< p > Many members of our community are building bots and libraries and publishing their source code. We collect these examples here. Ping us on < a href = "https://telegram.me/botsupport" > BotSupport< / a > if you've built a bot and would like to share its code with others.< / p >
< h4 > < a class = "anchor" href = "#php" id = "php" name = "php" > < i class = "anchor-icon" > < / i > < / a > PHP< / h4 >
2021-09-09 20:46:07 +02:00
< ul >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > Telegram Bot Api Base< / strong > . Clear and simple Telegram Bot API.
< a href = "https://github.com/tg-bot-api/bot-api-base" > https://github.com/tg-bot-api/bot-api-base< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > PHP Telegram API< / strong > . A complete async capable Telegram Bot API implementation for PHP7.
< a href = "https://github.com/unreal4u/telegram-api" > https://github.com/unreal4u/telegram-api< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > PHP Telegram Bot< / strong > . PHP Telegram Bot based on the official Telegram Bot API.
< a href = "https://github.com/php-telegram-bot/core" > https://github.com/php-telegram-bot/core< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > Bot API PHP SDK< / strong > . Telegram Bot API PHP SDK. Supports Laravel out of the box.
< a href = "https://github.com/irazasyed/telegram-bot-sdk" > https://github.com/irazasyed/telegram-bot-sdk< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > TeleBot< / strong > . Easy way to create Telegram bots in PHP. Rich Laravel support out of the box.
< a href = "https://github.com/westacks/telebot" > https://github.com/westacks/telebot< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > NovaGram< / strong > . An Object-Oriented PHP library for Telegram Bots.
< a href = "https://github.com/skrtdev/NovaGram" > https://github.com/skrtdev/NovaGram< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > PHP Telegram Bot< / strong > . Telegram bot as it should be.
< a href = "https://github.com/formapro/telegram-bot-php" > https://github.com/formapro/telegram-bot-php< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > PHP Telegram Bot Api< / strong > . Native PHP Wrapper for Telegram BOT API.
< a href = "https://github.com/TelegramBot/Api" > https://github.com/TelegramBot/Api< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > TuriBot< / strong > . A simple way to communicate with Telegram APIs in PHP.
< a href = "https://github.com/davtur19/TuriBot" > https://github.com/davtur19/TuriBot< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > TelegramBotApiBundle< / strong > . A symfony wrapper bundle for Telegram Bot API.
< a href = "https://github.com/borsaco/TelegramBotApiBundle" > https://github.com/borsaco/TelegramBotApiBundle< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
< / ul >
2021-09-10 18:27:56 +02:00
< h4 > < a class = "anchor" href = "#nodejs" id = "nodejs" name = "nodejs" > < i class = "anchor-icon" > < / i > < / a > Node.js< / h4 >
2021-09-09 20:46:07 +02:00
< ul >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > Telegraf< / strong > . Modern Telegram Bot Framework for Node.js.
< a href = "https://github.com/telegraf/telegraf" > https://github.com/telegraf/telegraf< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > Node-Telegram-bot< / strong > . Node.js module to interact with the official Telegram Bot API.
< a href = "https://github.com/yagop/node-telegram-bot-api" > https://github.com/yagop/node-telegram-bot-api< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > Telebot< / strong > . The easy way to write Telegram bots.
< a href = "https://github.com/mullwar/telebot" > https://github.com/mullwar/telebot< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > telegram-bot-api< / strong > . Node.js library for Telegram Bot API.
< a href = "https://github.com/mast/telegram-bot-api" > https://github.com/mast/telegram-bot-api< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > Slimbot< / strong > . A fuss-free, thin wrapper around Telegram Bot API for Node.js. No frills.
< a href = "https://github.com/edisonchee/slimbot" > https://github.com/edisonchee/slimbot< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > tgapi< / strong > . Reactive and with full Flow coverage Telegram Bot API JS implementation.
< a href = "https://github.com/bigslycat/tgapi" > https://github.com/bigslycat/tgapi< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > Botgram< / strong > . Practical Telegram Bot microframework.
< a href = "https://github.com/botgram/botgram" > https://github.com/botgram/botgram< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
< / ul >
2021-09-10 18:27:56 +02:00
< h4 > < a class = "anchor" href = "#rust" id = "rust" name = "rust" > < i class = "anchor-icon" > < / i > < / a > Rust< / h4 >
2021-09-09 20:46:07 +02:00
< ul >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > teloxide< / strong > . An elegant Telegram bots framework for Rust.
< a href = "https://github.com/teloxide/teloxide" > https://github.com/teloxide/teloxide< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > Telebot< / strong > . Write Telegram bots in Rust with Tokio and Futures.
< a href = "https://github.com/bytesnake/telebot" > https://github.com/bytesnake/telebot< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > carapax< / strong > . A Telegram Bot API framework.
< a href = "https://github.com/tg-rs/carapax" > https://github.com/tg-rs/carapax< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > telegram-bot< / strong > . Rust Library for creating a Telegram Bot.
< a href = "https://github.com/telegram-rs/telegram-bot" > https://github.com/telegram-rs/telegram-bot< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
< / ul >
2021-09-10 18:27:56 +02:00
< h4 > < a class = "anchor" href = "#python" id = "python" name = "python" > < i class = "anchor-icon" > < / i > < / a > Python< / h4 >
2021-09-09 20:46:07 +02:00
< ul >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > python-telegram-bot< / strong > . A wrapper you can't refuse.
< a href = "https://github.com/python-telegram-bot/python-telegram-bot" > https://github.com/python-telegram-bot/python-telegram-bot< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > pyTelegramBotAPI< / strong > . Python Telegram Bot API.
< a href = "https://github.com/eternnoir/pyTelegramBotAPI" > https://github.com/eternnoir/pyTelegramBotAPI< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > AIOGram< / strong > . A pretty simple and fully asynchronous library for Telegram Bot API written with asyncio and aiohttp.
< a href = "https://github.com/aiogram/aiogram" > https://github.com/aiogram/aiogram< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
< / ul >
2021-09-10 18:27:56 +02:00
< h4 > < a class = "anchor" href = "#ruby" id = "ruby" name = "ruby" > < i class = "anchor-icon" > < / i > < / a > Ruby< / h4 >
2021-09-09 20:46:07 +02:00
< ul >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > Telegram::Bot< / strong > . Ruby gem for building Telegram Bot with optional Rails integration.
< a href = "https://github.com/telegram-bot-rb/telegram-bot" > https://github.com/telegram-bot-rb/telegram-bot< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > telegram-bot-ruby< / strong > . Ruby wrapper for Telegram's Bot API.
< a href = "https://github.com/atipugin/telegram-bot-ruby" > https://github.com/atipugin/telegram-bot-ruby< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > TelegramBot< / strong > . A charismatic Ruby client for Telegram's Bot API.
< a href = "https://github.com/eljojo/telegram_bot" > https://github.com/eljojo/telegram_bot< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
< / ul >
2021-09-10 18:27:56 +02:00
< h4 > < a class = "anchor" href = "#swift" id = "swift" name = "swift" > < i class = "anchor-icon" > < / i > < / a > Swift< / h4 >
2021-09-09 20:46:07 +02:00
< ul >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > telegram-bot-swift< / strong > . Telegram Bot SDK for Swift.
< a href = "https://github.com/rapierorg/telegram-bot-swift" > https://github.com/rapierorg/telegram-bot-swift< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > Telegrammer< / strong > . Telegram Bot Framework written in Swift 5.1 with SwiftNIO network framework.
< a href = "https://github.com/givip/Telegrammer" > https://github.com/givip/Telegrammer< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > SwiftyBot< / strong > . Swift + Vapor + Telegram.
< a href = "https://github.com/FabrizioBrancati/SwiftyBot" > https://github.com/FabrizioBrancati/SwiftyBot< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
< / ul >
2021-09-10 18:27:56 +02:00
< h4 > < a class = "anchor" href = "#kotlin" id = "kotlin" name = "kotlin" > < i class = "anchor-icon" > < / i > < / a > Kotlin< / h4 >
2021-09-09 20:46:07 +02:00
< ul >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > TelegramBotAPI< / strong > . Type-safe library for work with Telegram Bot API.
< a href = "https://github.com/InsanusMokrassar/TelegramBotAPI" > https://github.com/InsanusMokrassar/TelegramBotAPI< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > Kotlin Telegram Bot< / strong > . A wrapper for the Telegram Bot API.
< a href = "https://github.com/kotlin-telegram-bot/kotlin-telegram-bot" > https://github.com/kotlin-telegram-bot/kotlin-telegram-bot< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > kt-telegram-bot< / strong > . Telegram Bot API library for Kotlin language.
< a href = "https://github.com/elbekD/kt-telegram-bot" > https://github.com/elbekD/kt-telegram-bot< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > Telegraff< / strong > . Kotlin DSL for Telegram Bots.
< a href = "https://github.com/ruslanys/telegraff" > https://github.com/ruslanys/telegraff< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
< / ul >
2021-09-10 18:27:56 +02:00
< h4 > < a class = "anchor" href = "#java" id = "java" name = "java" > < i class = "anchor-icon" > < / i > < / a > Java< / h4 >
2021-09-09 20:46:07 +02:00
< ul >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > TelegramBots< / strong > . A simple to use library to create Telegram Bots.
< a href = "https://github.com/rubenlagus/TelegramBots" > https://github.com/rubenlagus/TelegramBots< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > Java API< / strong > . Telegram Bot API for Java.
< a href = "https://github.com/pengrad/java-telegram-bot-api" > https://github.com/pengrad/java-telegram-bot-api< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
< / ul >
2021-09-10 18:27:56 +02:00
< h4 > < a class = "anchor" href = "#go" id = "go" name = "go" > < i class = "anchor-icon" > < / i > < / a > Go< / h4 >
2021-09-09 20:46:07 +02:00
< ul >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > go-telegram-bot-api< / strong > . Golang bindings for the Telegram Bot API.
< a href = "https://github.com/go-telegram-bot-api/telegram-bot-api" > https://github.com/go-telegram-bot-api/telegram-bot-api< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > < strong > telebot< / strong > . A Telegram bot framework in Go.
< a href = "https://github.com/tucnak/telebot" > https://github.com/tucnak/telebot< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
< / ul >
2021-09-10 18:27:56 +02:00
< h4 > < a class = "anchor" href = "#other-languages" id = "other-languages" name = "other-languages" > < i class = "anchor-icon" > < / i > < / a > Other Languages< / h4 >
2021-09-09 20:46:07 +02:00
< ul >
2021-09-10 18:27:56 +02:00
< li >
< p > C#. < strong > Telegram.bot< / strong > . Library.
< a href = "https://github.com/TelegramBots/Telegram.Bot" > https://github.com/TelegramBots/Telegram.Bot< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > Elixir. < strong > Nadia< / strong > . Telegram Bot API Wrapper.
< a href = "https://github.com/zhyu/nadia" > https://github.com/zhyu/nadia< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > C++. < strong > tgbot-cpp< / strong > . C++ library for Telegram Bot API.
< a href = "https://github.com/reo7sp/tgbot-cpp" > https://github.com/reo7sp/tgbot-cpp< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > Dart. < strong > TeleDart< / strong > . A Dart library interfacing with the latest Telegram Bot API.
< a href = "https://github.com/DinoLeung/TeleDart" > https://github.com/DinoLeung/TeleDart< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > Lua. < strong > telegram-bot-lua< / strong > . A feature-filled Telegram Bot API library.
< a href = "https://github.com/wrxck/telegram-bot-lua" > https://github.com/wrxck/telegram-bot-lua< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > OCaml. < strong > TelegraML< / strong > . An OCaml library for creating bots for Telegram.
< a href = "https://github.com/nv-vn/TelegraML" > https://github.com/nv-vn/TelegraML< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > Haskell. < strong > haskell-telegram-api< / strong > High-level bindings to the Telegram Bot API based on < a href = "https://haskell-servant.github.io/" > servant< / a > library.
< a href = "https://github.com/klappvisor/haskell-telegram-api" > https://github.com/klappvisor/haskell-telegram-api< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > Scala. < strong > canoe< / strong > . Functional Telegram Bot API for Scala.
< a href = "https://github.com/augustjune/canoe" > https://github.com/augustjune/canoe< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > Scala. < strong > bot4s.telegram< / strong > . 100% idiomatic Scala wrapper for the Telegram Bot API.
< a href = "https://github.com/bot4s/telegram" > https://github.com/bot4s/telegram< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< li >
< p > Perl. < strong > Telegram Bot< / strong > . A genuine Perl 6 client for the Telegram's Bot API.
< a href = "https://github.com/GildedHonour/TelegramBot" > https://github.com/GildedHonour/TelegramBot< / a > < / p >
2021-09-09 20:46:07 +02:00
< / li >
2021-09-10 18:27:56 +02:00
< / ul > < / div >
2021-09-09 20:46:07 +02:00
< / div >
< / div >
< / div >
< div class = "footer_wrap" >
< div class = "footer_columns_wrap footer_desktop" >
< div class = "footer_column footer_column_telegram" >
< h5 > Telegram< / h5 >
< div class = "footer_telegram_description" > < / div >
Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed.
< / div >
< div class = "footer_column" >
< h5 > < a href = "//telegram.org/faq" > About< / a > < / h5 >
< ul >
< li > < a href = "//telegram.org/faq" > FAQ< / a > < / li >
< li > < a href = "//telegram.org/blog" > Blog< / a > < / li >
< li > < a href = "//telegram.org/jobs" > Jobs< / a > < / li >
< / ul >
< / div >
< div class = "footer_column" >
< h5 > < a href = "//telegram.org/apps#mobile-apps" > Mobile Apps< / a > < / h5 >
< ul >
< li > < a href = "//telegram.org/dl/ios" > iPhone/iPad< / a > < / li >
< li > < a href = "//telegram.org/dl/android" > Android< / a > < / li >
< li > < a href = "//telegram.org/dl/wp" > Windows Phone< / a > < / li >
< / ul >
< / div >
< div class = "footer_column" >
< h5 > < a href = "//telegram.org/apps#desktop-apps" > Desktop Apps< / a > < / h5 >
< ul >
< li > < a href = "//desktop.telegram.org/" > PC/Mac/Linux< / a > < / li >
< li > < a href = "//macos.telegram.org/" > macOS< / a > < / li >
< li > < a href = "//telegram.org/dl/web" > Web-browser< / a > < / li >
< / ul >
< / div >
< div class = "footer_column footer_column_platform" >
< h5 > < a href = "//core.telegram.org/" > Platform< / a > < / h5 >
< ul >
< li > < a href = "//core.telegram.org/api" > API< / a > < / li >
< li > < a href = "//translations.telegram.org/" > Translations< / a > < / li >
< li > < a href = "//instantview.telegram.org/" > Instant View< / a > < / li >
< / ul >
< / div >
< / div >
< div class = "footer_columns_wrap footer_mobile" >
< div class = "footer_column" >
< h5 > < a href = "//telegram.org/faq" > About< / a > < / h5 >
< / div >
< div class = "footer_column" >
< h5 > < a href = "//telegram.org/blog" > Blog< / a > < / h5 >
< / div >
< div class = "footer_column" >
< h5 > < a href = "//telegram.org/apps" > Apps< / a > < / h5 >
< / div >
< div class = "footer_column" >
< h5 > < a href = "//core.telegram.org/" > Platform< / a > < / h5 >
< / div >
< div class = "footer_column" >
< h5 > < a href = "https://twitter.com/telegram" target = "_blank" data-track = "Follow/Twitter" onclick = "trackDlClick(this, event)" > Twitter< / a > < / h5 >
< / div >
< / div >
< / div >
< / div >
< script src = "/js/main.js?42" > < / script >
< script > b a c k T o T o p I n i t ( " G o u p " ) ;
removePreloadInit();
< / script >
< / body >
< / html >