86 projects for "telegram-bot-api" with 2 filters applied:

  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    Shizuku

    Shizuku

    Using system APIs directly with adb/root privileges from normal apps

    Shizuku is a powerful Android tool that allows apps to use system-level APIs with ADB or root privileges, without requiring the apps themselves to be rooted. It acts as a service layer that proxies system API access, enabling developers and advanced users to build powerful system utilities or tweak tools while preserving user security and sandboxing.
    Downloads: 42 This Week
    Last Update:
    See Project
  • 2
    whisper.cpp

    whisper.cpp

    Port of OpenAI's Whisper model in C/C++

    whisper.cpp is a lightweight, C/C++ reimplementation of OpenAI’s Whisper automatic speech recognition (ASR) model—designed for efficient, standalone transcription without external dependencies. The entire high-level implementation of the model is contained in whisper.h and whisper.cpp. The rest of the code is part of the ggml machine learning library. The command downloads the base.en model converted to custom ggml format and runs the inference on all .wav samples in the folder samples....
    Downloads: 378 This Week
    Last Update:
    See Project
  • 3
    Swoole

    Swoole

    Coroutine-based concurrency library for PHP

    Build high-performance, scalable, concurrent TCP, UDP, Unix Socket, HTTP, WebSocket services with PHP and easy to use coroutine, fiber API. Write your next scalable async application server with PHP coroutine and PHP fiber API. Compared with other async programming frameworks or softwares such as Nginx, Tornado, Node.js, Swoole has the built-in PHP coroutine, fiber and async support, multiple threads I/O modules. You can use sync or async, coroutine, fiber API to write the applications or create thousands of light weight fibers within one Linux process. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Xenia

    Xenia

    Xbox 360 Emulator Research Project

    Xenia is an open-source experimental emulator for the Xbox 360 that aims to let users run Xbox 360 games on Windows and other platforms by reverse-engineering the console’s hardware and firmware behavior in software. It implements the 360’s CPU (Xenon), GPU (including Direct3D shader logic), and system libraries to translate Xbox instructions into equivalent host machine operations, enabling many titles to launch and in some cases play at improved frame rates compared with the original...
    Downloads: 53 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    SoftEther VPN

    SoftEther VPN

    Cross-platform multi-protocol VPN software

    An open-source free cross-platform multi-protocol VPN program, as an academic project from University of Tsukuba, under the Apache License 2.0. The API Suite allows you to easily develop your original SoftEther VPN Server management application to control the VPN Server (e.g. creating users, adding Virtual Hubs, disconnecting a specified VPN sessions) from JavaScript, TypeScript, C# or other languages. SoftEther VPN ("SoftEther" means "Software Ethernet") is one of the world's most powerful and easy-to-use multi-protocol VPN software. ...
    Downloads: 68 This Week
    Last Update:
    See Project
  • 6
    unidbg

    unidbg

    Allows you to emulate an Android native library

    Allows you to emulate an Android native library, and an experimental iOS emulation. This is an educational project to learn more about the ELF/MachO file format and ARM assembly. Emulation of the JNI Invocation API so JNI_OnLoad can be called. Support JavaVM, JNIEnv. Emulation of syscalls instruction. Support ARM32 and ARM64. Inline hook, thanks to Dobby. Android import hook, thanks to xHook. iOS fishhook and substrate and whale hook. unicorn backend support simple console debugger, gdb stub, instruction trace, memory read/write trace. Support iOS objc and swift runtime. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    Vosk Speech Recognition Toolkit

    Vosk Speech Recognition Toolkit

    Offline speech recognition API for Android, iOS, Raspberry Pi

    ...It enables speech recognition for 20+ languages and dialects - English, Indian English, German, French, Spanish, Portuguese, Chinese, Russian, Turkish, Vietnamese, Italian, Dutch, Catalan, Arabic, Greek, Farsi, Filipino, Ukrainian, Kazakh, Swedish, Japanese, Esperanto, Hindi, Czech, Polish. More to come. Vosk models are small (50 Mb) but provide continuous large vocabulary transcription, zero-latency response with streaming API, reconfigurable vocabulary and speaker identification. Speech recognition bindings are implemented for various programming languages like Python, Java, Node.JS, C#, C++, Rust, Go and others. Vosk supplies speech recognition for chatbots, smart home appliances, and virtual assistants. It can also create subtitles for movies, and transcription for lectures and interviews. ...
    Downloads: 79 This Week
    Last Update:
    See Project
  • 8
    SwiftNIO

    SwiftNIO

    Network application framework for protocol servers and clients

    ...Low-level protocol implementations are often a collection of ChannelHandlers that implement a protocol but still require the user to have a good understanding of SwiftNIO. Often, low-level protocol implementations will then be wrapped in high-level libraries with a nicer, more user-friendly API. High-level implementations are usually libraries that come with an API that doesn't expose SwiftNIO's ChannelPipeline and can therefore be used with very little (or no) SwiftNIO-specific knowledge. The implementations listed below do still do all of their I/O in SwiftNIO and integrate really well with the SwiftNIO ecosystem. SwiftNIO aims to support all of the platforms where Swift is supported. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    SSZipArchive

    SSZipArchive

    ZipArchive is a simple utility class for zipping and unzipping files

    ZipArchive is a popular Objective-C and Swift library for handling ZIP file compression and extraction in iOS and macOS applications. It provides a simple API to create, extract, and manage compressed files.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10
    Fuel

    Fuel

    The easiest HTTP networking library for Kotlin/Android

    Fuel is the easiest HTTP networking library for Kotlin/Android. We offer maven and jitpack installations. Maven via bintray only has stable releases but jitpack can be used to build any branch, commit and version. Have patience when updating the version of fuel or building for the first time as jitpack will build it, and this may cause the request to jitpack to time out. Wait a few minutes and try again (or check the status on jitpack). Fuel requests can be made on the Fuel namespace object,...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    FileSaver.js

    FileSaver.js

    An HTML5 saveAs() FileSaver implementation

    ...Usually when you want to save a file generated with JavaScript, you have to send the data to your server and then return the data right back with a Content-disposition: attachment header. This is less than ideal for webapps that need to work offline. The W3C File API includes a FileSaver interface, which makes saving generated data as easy as saveAs(data, filename), though unfortunately it will eventually be removed from the spec. With FileSaver.js, which implements FileSaver in all modern browsers, it’s possible to generate any type of file you want right in the browser, document editors can have an instant save button that doesn’t rely on an online connection.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Homebridge Docker Image

    Homebridge Docker Image

    HomeKit support for the impatient using Docker on x86_64

    This Ubuntu Linux based Docker image allows you to run Nfarina's Homebridge on your home network which emulates the iOS HomeKit API. This is a multi-arch image and will run on x86_64, Raspberry Pi 2, 3, 4, Zero 2 W, or other Docker-enabled ARMv7/8 devices. Docker will automatically pull the correct image for your system. Homebridge requires full access to your local network to function correctly. This image will not work when using Docker for Mac or Docker for Windows.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    spdlog

    spdlog

    Fast C++ logging library

    spdlog is a header only library. Just copy the files under include to your build tree and use a C++11 compiler. It provides a python like formatting API using the bundled fmt lib. spdlog takes the "include what you need" approach, your code should include the features that actually needed. For example, if you only need rotating logger, you need to include "spdlog/sinks/rotating_file_sink.h". spdlog provides various log targets, which are, rotating log files, daily log files, console logging (colors supported), syslog, Windows event log, and Windows debugger (OutputDebugString(..)). ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    BlissOS-x86

    BlissOS-x86

    An Open Source OS, based on Android for PC's & Tablets

    ...The Bliss OS thread is here: https://forum.xda-developers.com/bliss-roms/bliss-roms-development/bliss-os-pie-beta-preview-t3855917 Other support options include our Telegram chats. Bliss OS (x86) Support chat: https://t.me/blissx86 Bliss ROM's public chat: https://t.me/Team_Bliss_Community Bliss ROM/OS Build Support chat: https://t.me/Team_Bliss_Build_Support
    Leader badge
    Downloads: 20,402 This Week
    Last Update:
    See Project
  • 15
    BananaDroid
    An usual cherry-picking ROM, nothing special Discussion group: https://t.me/bananadroid Telegram channel: https://t.me/bananadroidchannel
    Leader badge
    Downloads: 36 This Week
    Last Update:
    See Project
  • 16
    NOPSGSI
    SGSI/GSI PORT USE Xiaoxindada tool/pdlzy/erfangsi Join telegram channel NOPSGSI project @nopgsichat https://t.me/nopsgsi Coffee https://ko-fi.com/nopsgsi
    Downloads: 6 This Week
    Last Update:
    See Project
  • 17
    PugzAreCute - Builds

    PugzAreCute - Builds

    All android builds of pugzarecute are hosted here. Have fun!

    All android builds of pugzarecute are hosted here. Have fun! Telegram: https://t.me/pugzsbuilds
    Downloads: 17 This Week
    Last Update:
    See Project
  • 18
    H-K-SystemsROM
    ...Android 13 Patch Level 2025-08 Firmware base N986BXXSIHYH3 Firmware base N985FXXSIHYH3 For those who want to support me https://www.paypal.com/donate/?hosted_button_id=RY8JBBKVMX956 Telegram Support group https://t.me/HKSystemsSupport You can find out all the updates and changes Official page of the project https://hks-web-84bd3e.gitlab.io/index.html
    Downloads: 37 This Week
    Last Update:
    See Project
  • 19
    Juleast ROM builds

    Juleast ROM builds

    File host for ROMs I build

    If you have questions or need support just join Emanuel's telegram channel.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 20
    GrayRaven's ROMS

    GrayRaven's ROMS

    Brought by Telegram's channel @Graysfeathers, ROM releases page.

    This is just a small development team dedicated for Transsion devices, more specifically TECNO POVA 5 and Infinix NOTE 30, and very randomly another devices too. Don't expect too much to explain. We are just Gray Raven's Team. "I'm not the best but i do my best" Follow us on telegram by: t.me/grayentourage t.me/rozenschat t.me/graysfeathers t.me/Not_SaintClairV
    Leader badge
    Downloads: 52 This Week
    Last Update:
    See Project
  • 21

    KittenHyper

    HyperOS repacked ROM for Xiaomi/Redmi/Poco devices, for free forever

    Support Devices KHS: Redmi Note 12 Turbo / Xiaomi Poco F5 (marble) KHD: Redmi Note 12 Turbo / Xiaomi Poco F5 (marble) Xiaomi 13 (fuxi) KHG: Redmi Note 12 Turbo / Xiaomi Poco F5 (marble) Xiaomi Civi (mona) Xiaomi Civi 1S (zijin) Xiaomi 11 (venus) Xiaomi 11 Lite (renoir) KHM: Redmi Note 12 Turbo / Xiaomi Poco F5 (marble) Other Versions: Redmi Note 9 Pro / Xiaomi 10T Lite (gauguin) Xiaomi 10S (thyme) Redmi K40 / Xiaomi Poco F3 / Xiaomi 11X (alioth) How to flash? Use Xiaomi MiFlash Tool, MiFlash 2018 or MiFlash 2020 Telegram: https://t.me/kittenhyper_official
    Downloads: 8 This Week
    Last Update:
    See Project
  • 22
    Xiaomi.eu Multilang MIUI ROMs

    Xiaomi.eu Multilang MIUI ROMs

    OFFICIAL mirror of MIUI Multilang ROM by https://xiaomi.eu/

    Included languages: English (en.miui.com, xiaomi.eu) Chinese (miui.com) Polish (Acid, miuipolska.pl) Slovak (ingbrzy, https://miuios.cz) Czech (VMach, https://miuios.cz) Bulgarian (Global) Hungarian (vagyula, miui.hu) French (Global) Swedish (Global) Russian (Global) Ukrainian (Global) Belorussian (Global) Croatian (Masva, MIUI Adria) Vietnamese (Belmont-Gabriel) Italian (miui.it) Greek (Global) Norwegian (Global) Dutch (cueie, mannyribo, redmaner) Spanish (nosijf982)...
    Leader badge
    Downloads: 12,836 This Week
    Last Update:
    See Project
  • 23
    OpenNMS

    OpenNMS

    A Java based fault and performance management system

    An Enterprise-Grade Network Management Application Platform that is 100% Free and Open Source Software.
    Downloads: 71 This Week
    Last Update:
    See Project
  • 24

    FlashhChaton

    HyperOS repacked ROM for Xiaomi/Redmi/Poco devices, for free forever

    ..._M: Support Xiaomi MiFlash Tool _R: Support flashing in Recovery Mode (TWRP) _MR: Support MiFlash & Recovery Tools 7Zip: https://www.7-zip.org/ MiFlash: https://xiaomirom.com/en/download-xiaomi-flash-tool-miflash/ Our Telegram: https://t.me/FlashhChaton https://t.me/FlashhChatonC 先前文件已被 SourceForge 自动移除,现已重新上传最终版本。 为防止再次丢失,下方提供备用下载链接 Previous files were automatically removed by SourceForge. The final versions have been re-uploaded. To prevent future loss, a backup mirror link (Mainland China) is provided below 链接:https://www.123865.com/s/NTGrVv-nMwhd?...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 25
    WebKeyOS NAS

    WebKeyOS NAS

    Sistema Operativo NAS | NAS Operating System

    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB