๐ฅ Trending Repository: uptime-kuma
๐ Description: A fancy self-hosted monitoring tool
๐ Repository URL: https://github.com/louislam/uptime-kuma
๐ Website: https://uptime.kuma.pet
๐ Readme: https://github.com/louislam/uptime-kuma#readme
๐ Statistics:
๐ Stars: 76.3K stars
๐ Watchers: 298
๐ด Forks: 6.8K forks
๐ป Programming Languages: JavaScript - Vue - TypeScript - SCSS - Dockerfile - Go
๐ท๏ธ Related Topics:
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ Description: A fancy self-hosted monitoring tool
๐ Repository URL: https://github.com/louislam/uptime-kuma
๐ Website: https://uptime.kuma.pet
๐ Readme: https://github.com/louislam/uptime-kuma#readme
๐ Statistics:
๐ Stars: 76.3K stars
๐ Watchers: 298
๐ด Forks: 6.8K forks
๐ป Programming Languages: JavaScript - Vue - TypeScript - SCSS - Dockerfile - Go
๐ท๏ธ Related Topics:
#docker #monitor #monitoring #responsive #single_page_app #websocket #socket_io #selfhosted #self_hosted #uptime #webapp #uptime_monitoring
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ฅ Trending Repository: gitea
๐ Description: Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
๐ Repository URL: https://github.com/go-gitea/gitea
๐ Website: https://gitea.com
๐ Readme: https://github.com/go-gitea/gitea#readme
๐ Statistics:
๐ Stars: 51.4K stars
๐ Watchers: 491
๐ด Forks: 6.2K forks
๐ป Programming Languages: Go - Handlebars - TypeScript - CSS - JavaScript - Vue
๐ท๏ธ Related Topics:
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ Description: Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
๐ Repository URL: https://github.com/go-gitea/gitea
๐ Website: https://gitea.com
๐ Readme: https://github.com/go-gitea/gitea#readme
๐ Statistics:
๐ Stars: 51.4K stars
๐ Watchers: 491
๐ด Forks: 6.2K forks
๐ป Programming Languages: Go - Handlebars - TypeScript - CSS - JavaScript - Vue
๐ท๏ธ Related Topics:
#github #git #go #golang #devops #gitlab #vue #bitbucket #gitea #git_server #cicd #hacktoberfest #npm_registry #git_gui #docker_registry_v2 #github_actions #maven_server
==================================
๐ง By: https://xn--r1a.website/DataScienceM
Forwarded from Machine Learning
In Python, building AI-powered Telegram bots unlocks massive potential for image generation, processing, and automationโmaster this to create viral tools and ace full-stack interviews! ๐ค
Learn more: https://hackmd.io/@husseinsheikho/building-AI-powered-Telegram-bots
https://xn--r1a.website/DataScienceM๐ฆพ
# Basic Bot Setup - The foundation (PTB v20+ Async)
from telegram.ext import Application, CommandHandler, MessageHandler, filters
async def start(update, context):
await update.message.reply_text(
"โจ AI Image Bot Active!\n"
"/generate - Create images from text\n"
"/enhance - Improve photo quality\n"
"/help - Full command list"
)
app = Application.builder().token("YOUR_BOT_TOKEN").build()
app.add_handler(CommandHandler("start", start))
app.run_polling()
# Image Generation - DALL-E Integration (OpenAI)
import openai
from telegram.ext import ContextTypes
openai.api_key = os.getenv("OPENAI_API_KEY")
async def generate(update: Update, context: ContextTypes.DEFAULT_TYPE):
if not context.args:
await update.message.reply_text("โ Usage: /generate cute robot astronaut")
return
prompt = " ".join(context.args)
try:
response = openai.Image.create(
prompt=prompt,
n=1,
size="1024x1024"
)
await update.message.reply_photo(
photo=response['data'][0]['url'],
caption=f"๐จ Generated: *{prompt}*",
parse_mode="Markdown"
)
except Exception as e:
await update.message.reply_text(f"๐ฅ Error: {str(e)}")
app.add_handler(CommandHandler("generate", generate))
Learn more: https://hackmd.io/@husseinsheikho/building-AI-powered-Telegram-bots
#Python #TelegramBot #AI #ImageGeneration #StableDiffusion #OpenAI #MachineLearning #CodingInterview #FullStack #Chatbots #DeepLearning #ComputerVision #Programming #TechJobs #DeveloperTips #CareerGrowth #CloudComputing #Docker #APIs #Python3 #Productivity #TechTips
https://xn--r1a.website/DataScienceM
Please open Telegram to view this post
VIEW IN TELEGRAM
โค4
๐ฅ Trending Repository: xiaomusic
๐ Description: ไฝฟ็จๅฐ็ฑ้ณ็ฎฑๆญๆพ้ณไน๏ผ้ณไนไฝฟ็จ yt-dlp ไธ่ฝฝใ
๐ Repository URL: https://github.com/hanxi/xiaomusic
๐ Website: http://xdocs.hanxi.cc/
๐ Readme: https://github.com/hanxi/xiaomusic#readme
๐ Statistics:
๐ Stars: 6.4K stars
๐ Watchers: 22
๐ด Forks: 637 forks
๐ป Programming Languages: Python
๐ท๏ธ Related Topics:
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ Description: ไฝฟ็จๅฐ็ฑ้ณ็ฎฑๆญๆพ้ณไน๏ผ้ณไนไฝฟ็จ yt-dlp ไธ่ฝฝใ
๐ Repository URL: https://github.com/hanxi/xiaomusic
๐ Website: http://xdocs.hanxi.cc/
๐ Readme: https://github.com/hanxi/xiaomusic#readme
๐ Statistics:
๐ Stars: 6.4K stars
๐ Watchers: 22
๐ด Forks: 637 forks
๐ป Programming Languages: Python
๐ท๏ธ Related Topics:
#python #music #docker #vue #docker_compose #xiaomi #pdm #xiaoai #xiaoai_speaker #xiaomusic
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ฅ Trending Repository: TrendRadar
๐ Description: ๐ฏ ๅๅซไฟกๆฏ่ฟ่ฝฝ๏ผAI ๅฉไฝ ็ๆๆฐ้ป่ต่ฎฏ็ญ็น๏ผ็ฎๅ็่ๆ ็ๆงๅๆ - ๅคๅนณๅฐ็ญ็น่ๅ+ๅบไบ MCP ็AIๅๆๅทฅๅ ทใ็ๆง35ไธชๅนณๅฐ๏ผๆ้ณใ็ฅไนใB็ซใๅๅฐ่ก่ง้ปใ่ดข่็คพ็ญ๏ผ๏ผๆบ่ฝ็ญ้+่ชๅจๆจ้+AIๅฏน่ฏๅๆ๏ผ็จ่ช็ถ่ฏญ่จๆทฑๅบฆๆๆๆฐ้ป๏ผ่ถๅฟ่ฟฝ่ธชใๆ ๆๅๆใ็ธไผผๆฃ็ดข็ญ13็งๅทฅๅ ท๏ผใๆฏๆไผไธๅพฎไฟก/้ฃไนฆ/้้/Telegram/้ฎไปถ/ntfyๆจ้๏ผ30็ง็ฝ้กต้จ็ฝฒ๏ผ1ๅ้ๆๆบ้็ฅ๏ผๆ ้็ผ็จใๆฏๆDocker้จ็ฝฒโญ ่ฎฉ็ฎๆณไธบไฝ ๆๅก๏ผ็จAI็่งฃ็ญ็น
๐ Repository URL: https://github.com/sansan0/TrendRadar
๐ Website: https://github.com/sansan0
๐ Readme: https://github.com/sansan0/TrendRadar#readme
๐ Statistics:
๐ Stars: 6K stars
๐ Watchers: 21
๐ด Forks: 4.5K forks
๐ป Programming Languages: Python - HTML - Batchfile - Shell - Dockerfile
๐ท๏ธ Related Topics:
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ Description: ๐ฏ ๅๅซไฟกๆฏ่ฟ่ฝฝ๏ผAI ๅฉไฝ ็ๆๆฐ้ป่ต่ฎฏ็ญ็น๏ผ็ฎๅ็่ๆ ็ๆงๅๆ - ๅคๅนณๅฐ็ญ็น่ๅ+ๅบไบ MCP ็AIๅๆๅทฅๅ ทใ็ๆง35ไธชๅนณๅฐ๏ผๆ้ณใ็ฅไนใB็ซใๅๅฐ่ก่ง้ปใ่ดข่็คพ็ญ๏ผ๏ผๆบ่ฝ็ญ้+่ชๅจๆจ้+AIๅฏน่ฏๅๆ๏ผ็จ่ช็ถ่ฏญ่จๆทฑๅบฆๆๆๆฐ้ป๏ผ่ถๅฟ่ฟฝ่ธชใๆ ๆๅๆใ็ธไผผๆฃ็ดข็ญ13็งๅทฅๅ ท๏ผใๆฏๆไผไธๅพฎไฟก/้ฃไนฆ/้้/Telegram/้ฎไปถ/ntfyๆจ้๏ผ30็ง็ฝ้กต้จ็ฝฒ๏ผ1ๅ้ๆๆบ้็ฅ๏ผๆ ้็ผ็จใๆฏๆDocker้จ็ฝฒโญ ่ฎฉ็ฎๆณไธบไฝ ๆๅก๏ผ็จAI็่งฃ็ญ็น
๐ Repository URL: https://github.com/sansan0/TrendRadar
๐ Website: https://github.com/sansan0
๐ Readme: https://github.com/sansan0/TrendRadar#readme
๐ Statistics:
๐ Stars: 6K stars
๐ Watchers: 21
๐ด Forks: 4.5K forks
๐ป Programming Languages: Python - HTML - Batchfile - Shell - Dockerfile
๐ท๏ธ Related Topics:
#python #docker #mail #news #telegram_bot #mcp #data_analysis #trending_topics #wechat_robot #dingtalk_robot #ntfy #hot_news #feishu_robot #mcp_server
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ฅ Trending Repository: traefik
๐ Description: The Cloud Native Application Proxy
๐ Repository URL: https://github.com/traefik/traefik
๐ Website: https://traefik.io
๐ Readme: https://github.com/traefik/traefik#readme
๐ Statistics:
๐ Stars: 57.7K stars
๐ Watchers: 666
๐ด Forks: 5.5K forks
๐ป Programming Languages: Go - TypeScript - JavaScript - Shell - Makefile - HTML
๐ท๏ธ Related Topics:
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ Description: The Cloud Native Application Proxy
๐ Repository URL: https://github.com/traefik/traefik
๐ Website: https://traefik.io
๐ Readme: https://github.com/traefik/traefik#readme
๐ Statistics:
๐ Stars: 57.7K stars
๐ Watchers: 666
๐ด Forks: 5.5K forks
๐ป Programming Languages: Go - TypeScript - JavaScript - Shell - Makefile - HTML
๐ท๏ธ Related Topics:
#go #letsencrypt #docker #kubernetes #golang #microservice #consul #load_balancer #zookeeper #marathon #etcd #mesos #reverse_proxy #traefik
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ฅ Trending Repository: uncloud
๐ Description: A lightweight tool for deploying and managing containerised applications across a network of Docker hosts. Bridging the gap between Docker and Kubernetes โจ
๐ Repository URL: https://github.com/psviderski/uncloud
๐ Website: https://uncloud.run
๐ Readme: https://github.com/psviderski/uncloud#readme
๐ Statistics:
๐ Stars: 3.7K stars
๐ Watchers: 22
๐ด Forks: 94 forks
๐ป Programming Languages: Go - HTML - CSS - Shell - JavaScript - Makefile - Dockerfile
๐ท๏ธ Related Topics:
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ Description: A lightweight tool for deploying and managing containerised applications across a network of Docker hosts. Bridging the gap between Docker and Kubernetes โจ
๐ Repository URL: https://github.com/psviderski/uncloud
๐ Website: https://uncloud.run
๐ Readme: https://github.com/psviderski/uncloud#readme
๐ Statistics:
๐ Stars: 3.7K stars
๐ Watchers: 22
๐ด Forks: 94 forks
๐ป Programming Languages: Go - HTML - CSS - Shell - JavaScript - Makefile - Dockerfile
๐ท๏ธ Related Topics:
#docker #kubernetes #golang #devops #deployment #docker_compose #containers #self_hosted #orchestration #hacktoberfest
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ฅ Trending Repository: plane
๐ Description: ๐ฅ ๐ฅ ๐ฅ Open Source JIRA, Linear, Monday, and Asana Alternative. Plane helps you track your issues, epics, and cycles the easiest way on the planet.
๐ Repository URL: https://github.com/makeplane/plane
๐ Website: http://plane.so
๐ Readme: https://github.com/makeplane/plane#readme
๐ Statistics:
๐ Stars: 40.9K stars
๐ Watchers: 141
๐ด Forks: 3K forks
๐ป Programming Languages: TypeScript - Python - HTML - CSS - Shell - JavaScript
๐ท๏ธ Related Topics:
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ Description: ๐ฅ ๐ฅ ๐ฅ Open Source JIRA, Linear, Monday, and Asana Alternative. Plane helps you track your issues, epics, and cycles the easiest way on the planet.
๐ Repository URL: https://github.com/makeplane/plane
๐ Website: http://plane.so
๐ Readme: https://github.com/makeplane/plane#readme
๐ Statistics:
๐ Stars: 40.9K stars
๐ Watchers: 141
๐ด Forks: 3K forks
๐ป Programming Languages: TypeScript - Python - HTML - CSS - Shell - JavaScript
๐ท๏ธ Related Topics:
#react #python #docker #redis #django #jira #typescript #rest_api #nextjs #postgresql #issue_tracker #project_management #kanban #linear #product_management #jira_alternative #work_management
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ฅ Trending Repository: Yuxi-Know
๐ Description: ็ปๅLightRAG ็ฅ่ฏๅบ็็ฅ่ฏๅพ่ฐฑๆบ่ฝไฝๅนณๅฐใLangChain v1 + Vue + FastAPIใ้ๆไธปๆตๅคงๆจกๅใLightRAGใMinerUใPP-StructureใNeo4j ใ่็ฝๆฃ็ดขใๅทฅๅ ท่ฐ็จใ
๐ Repository URL: https://github.com/xerrors/Yuxi-Know
๐ Website: https://xerrors.github.io/Yuxi-Know/
๐ Readme: https://github.com/xerrors/Yuxi-Know#readme
๐ Statistics:
๐ Stars: 2.8K stars
๐ Watchers: 28
๐ด Forks: 357 forks
๐ป Programming Languages: Python - Vue - JavaScript - CSS - Shell - HTML
๐ท๏ธ Related Topics:
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ Description: ็ปๅLightRAG ็ฅ่ฏๅบ็็ฅ่ฏๅพ่ฐฑๆบ่ฝไฝๅนณๅฐใLangChain v1 + Vue + FastAPIใ้ๆไธปๆตๅคงๆจกๅใLightRAGใMinerUใPP-StructureใNeo4j ใ่็ฝๆฃ็ดขใๅทฅๅ ท่ฐ็จใ
๐ Repository URL: https://github.com/xerrors/Yuxi-Know
๐ Website: https://xerrors.github.io/Yuxi-Know/
๐ Readme: https://github.com/xerrors/Yuxi-Know#readme
๐ Statistics:
๐ Stars: 2.8K stars
๐ Watchers: 28
๐ด Forks: 357 forks
๐ป Programming Languages: Python - Vue - JavaScript - CSS - Shell - HTML
๐ท๏ธ Related Topics:
#docker #vue #neo4j #kgqa #kbqa #rag #fastapi #llms
==================================
๐ง By: https://xn--r1a.website/DataScienceM
โค1
๐ฅ Trending Repository: memos
๐ Description: An open-source, self-hosted note-taking service. Your thoughts, your data, your control โ no tracking, no ads, no subscription fees.
๐ Repository URL: https://github.com/usememos/memos
๐ Website: https://usememos.com
๐ Readme: https://github.com/usememos/memos#readme
๐ Statistics:
๐ Stars: 47.7K stars
๐ Watchers: 179
๐ด Forks: 3.4K forks
๐ป Programming Languages: Go - TypeScript - CSS
๐ท๏ธ Related Topics:
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ Description: An open-source, self-hosted note-taking service. Your thoughts, your data, your control โ no tracking, no ads, no subscription fees.
๐ Repository URL: https://github.com/usememos/memos
๐ Website: https://usememos.com
๐ Readme: https://github.com/usememos/memos#readme
๐ Statistics:
๐ Stars: 47.7K stars
๐ Watchers: 179
๐ด Forks: 3.4K forks
๐ป Programming Languages: Go - TypeScript - CSS
๐ท๏ธ Related Topics:
#react #go #docker #markdown #social_network #memo #sqlite #foss #self_hosted #note_taking #microblog #notecard
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ฅ Trending Repository: docker-android
๐ Description: ๐ค A minimal and customizable Docker image running the Android emulator as a service.
๐ Repository URL: https://github.com/HQarroum/docker-android
๐ Readme: https://github.com/HQarroum/docker-android#readme
๐ Statistics:
๐ Stars: 932 stars
๐ Watchers: 6
๐ด Forks: 65 forks
๐ป Programming Languages: Shell - Dockerfile
๐ท๏ธ Related Topics:
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ Description: ๐ค A minimal and customizable Docker image running the Android emulator as a service.
๐ Repository URL: https://github.com/HQarroum/docker-android
๐ Readme: https://github.com/HQarroum/docker-android#readme
๐ Statistics:
๐ Stars: 932 stars
๐ Watchers: 6
๐ด Forks: 65 forks
๐ป Programming Languages: Shell - Dockerfile
๐ท๏ธ Related Topics:
#android #docker #android_emulator #docker_android #ci_pipeline
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ฅ Trending Repository: xpipe
๐ Description: Access your entire server infrastructure from your local desktop
๐ Repository URL: https://github.com/xpipe-io/xpipe
๐ Website: https://xpipe.io
๐ Readme: https://github.com/xpipe-io/xpipe#readme
๐ Statistics:
๐ Stars: 12.6K stars
๐ Watchers: 53
๐ด Forks: 493 forks
๐ป Programming Languages: Java - CSS
๐ท๏ธ Related Topics:
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ Description: Access your entire server infrastructure from your local desktop
๐ Repository URL: https://github.com/xpipe-io/xpipe
๐ Website: https://xpipe.io
๐ Readme: https://github.com/xpipe-io/xpipe#readme
๐ Statistics:
๐ Stars: 12.6K stars
๐ Watchers: 53
๐ด Forks: 493 forks
๐ป Programming Languages: Java - CSS
๐ท๏ธ Related Topics:
#java #bash #docker #kubernetes #ssh #files #networking #filemanager #lxd #javafx #sftp #wsl #k8s #podman #tailscale #incus
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ฅ Trending Repository: rancher
๐ Description: Complete container management platform
๐ Repository URL: https://github.com/rancher/rancher
๐ Website: http://rancher.com
๐ Readme: https://github.com/rancher/rancher#readme
๐ Statistics:
๐ Stars: 25.1K stars
๐ Watchers: 622
๐ด Forks: 3.1K forks
๐ป Programming Languages: Go - Python - Shell - Groovy - HCL - Dockerfile
๐ท๏ธ Related Topics:
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ Description: Complete container management platform
๐ Repository URL: https://github.com/rancher/rancher
๐ Website: http://rancher.com
๐ Readme: https://github.com/rancher/rancher#readme
๐ Statistics:
๐ Stars: 25.1K stars
๐ Watchers: 622
๐ด Forks: 3.1K forks
๐ป Programming Languages: Go - Python - Shell - Groovy - HCL - Dockerfile
๐ท๏ธ Related Topics:
#docker #kubernetes #containers #rancher #orchestration #cattle
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ฅ Trending Repository: addons
๐ Description: โ Docker add-ons for Home Assistant
๐ Repository URL: https://github.com/home-assistant/addons
๐ Website: https://home-assistant.io/hassio/
๐ Readme: https://github.com/home-assistant/addons#readme
๐ Statistics:
๐ Stars: 1.9K stars
๐ Watchers: 73
๐ด Forks: 1.8K forks
๐ป Programming Languages: Shell - Dockerfile - Groovy - HTML - Python - C - CMake
๐ท๏ธ Related Topics:
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ Description: โ Docker add-ons for Home Assistant
๐ Repository URL: https://github.com/home-assistant/addons
๐ Website: https://home-assistant.io/hassio/
๐ Readme: https://github.com/home-assistant/addons#readme
๐ Statistics:
๐ Stars: 1.9K stars
๐ Watchers: 73
๐ด Forks: 1.8K forks
๐ป Programming Languages: Shell - Dockerfile - Groovy - HTML - Python - C - CMake
๐ท๏ธ Related Topics:
#docker #iot #automation #home #hacktoberfest
==================================
๐ง By: https://xn--r1a.website/DataScienceM
โค1
๐ฅ Trending Repository: seerr
๐ Description: Open-source media request and discovery manager for Jellyfin, Plex, and Emby.
๐ Repository URL: https://github.com/seerr-team/seerr
๐ Website: https://docs.seerr.dev
๐ Readme: https://github.com/seerr-team/seerr#readme
๐ Statistics:
๐ Stars: 8.9K stars
๐ Watchers: 39
๐ด Forks: 592 forks
๐ป Programming Languages: TypeScript - JavaScript - CSS - Pug - Go Template - HTML
๐ท๏ธ Related Topics:
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ Description: Open-source media request and discovery manager for Jellyfin, Plex, and Emby.
๐ Repository URL: https://github.com/seerr-team/seerr
๐ Website: https://docs.seerr.dev
๐ Readme: https://github.com/seerr-team/seerr#readme
๐ Statistics:
๐ Stars: 8.9K stars
๐ Watchers: 39
๐ด Forks: 592 forks
๐ป Programming Languages: TypeScript - JavaScript - CSS - Pug - Go Template - HTML
๐ท๏ธ Related Topics:
#notifications #docker #nzb #movie #sonarr #plex #tv #emby #radarr #jellyfin
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ฅ Trending Repository: hummingbot
๐ Description: Open source software that helps you create and deploy high-frequency crypto trading bots
๐ Repository URL: https://github.com/hummingbot/hummingbot
๐ Website: https://hummingbot.org
๐ Readme: https://github.com/hummingbot/hummingbot#readme
๐ Statistics:
๐ Stars: 16.2K stars
๐ Watchers: 188
๐ด Forks: 4.4K forks
๐ป Programming Languages: Python - Cython - C++ - Shell - Makefile - Dockerfile
๐ท๏ธ Related Topics:
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ Description: Open source software that helps you create and deploy high-frequency crypto trading bots
๐ Repository URL: https://github.com/hummingbot/hummingbot
๐ Website: https://hummingbot.org
๐ Readme: https://github.com/hummingbot/hummingbot#readme
๐ Statistics:
๐ Stars: 16.2K stars
๐ Watchers: 188
๐ด Forks: 4.4K forks
๐ป Programming Languages: Python - Cython - C++ - Shell - Makefile - Dockerfile
๐ท๏ธ Related Topics:
#python #bot #docker #crypto #bitcoin #trading #cython #ethereum #cryptocurrency #algotrading #hft #arbitrage #dex #orderbook #backtesting #marketmaking
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ฅ Trending Repository: AstrBot
๐ Description: Agentic IM Chatbot infrastructure that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. โจ
๐ Repository URL: https://github.com/AstrBotDevs/AstrBot
๐ Website: https://astrbot.app
๐ Readme: https://github.com/AstrBotDevs/AstrBot#readme
๐ Statistics:
๐ Stars: 20.7k
๐ Watchers: 64
๐ด Forks: 1.5k
๐ป Programming Languages: Python - Vue - TypeScript - JavaScript - Shell - SCSS
๐ท๏ธ Related Topics:
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ Description: Agentic IM Chatbot infrastructure that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. โจ
๐ Repository URL: https://github.com/AstrBotDevs/AstrBot
๐ Website: https://astrbot.app
๐ Readme: https://github.com/AstrBotDevs/AstrBot#readme
๐ Statistics:
๐ Stars: 20.7k
๐ Watchers: 64
๐ด Forks: 1.5k
๐ป Programming Languages: Python - Vue - TypeScript - JavaScript - Shell - SCSS
๐ท๏ธ Related Topics:
#python #agent #docker #ai #telegram #discord #mcp #chatbot #gemini #openai #llama #qq #gpt #qqbot #llm #chatgpt
==================================
๐ง By: https://xn--r1a.website/DataScienceM
โค2
๐ฅ Trending Repository: harbor
๐ Description: An open source trusted cloud native registry project that stores, signs, and scans content.
๐ Repository URL: https://github.com/goharbor/harbor
๐ Website: https://goharbor.io
๐ Readme: https://github.com/goharbor/harbor#readme
๐ Statistics:
๐ Stars: 28k
๐ Watchers: 518
๐ด Forks: 5.2k
๐ป Programming Languages: Go - TypeScript - HTML - Python - RobotFramework - Jinja
๐ท๏ธ Related Topics:
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ Description: An open source trusted cloud native registry project that stores, signs, and scans content.
๐ Repository URL: https://github.com/goharbor/harbor
๐ Website: https://goharbor.io
๐ Readme: https://github.com/goharbor/harbor#readme
๐ Statistics:
๐ Stars: 28k
๐ Watchers: 518
๐ด Forks: 5.2k
๐ป Programming Languages: Go - TypeScript - HTML - Python - RobotFramework - Jinja
๐ท๏ธ Related Topics:
#docker #kubernetes #registry #containers #helm #container #cncf #container_management #cloud_native #hacktoberfest #container_registry #cncf_project
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ฅ Trending Repository: vaultwarden
๐ Description: Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
๐ Repository URL: https://github.com/dani-garcia/vaultwarden
๐ Readme: https://github.com/dani-garcia/vaultwarden#readme
๐ Statistics:
๐ Stars:
๐ Watchers: 288
๐ด Forks:
๐ป Programming Languages: Rust - Handlebars - TypeScript - Shell - Jinja - HCL
๐ท๏ธ Related Topics:
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ Description: Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
๐ Repository URL: https://github.com/dani-garcia/vaultwarden
๐ Readme: https://github.com/dani-garcia/vaultwarden#readme
๐ Statistics:
๐ Stars:
๐ Watchers: 288
๐ด Forks:
๐ป Programming Languages: Rust - Handlebars - TypeScript - Shell - Jinja - HCL
๐ท๏ธ Related Topics:
#docker #rust #rocket #bitwarden #bitwarden_rs #vaultwarden
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ฅ Trending Repository: ds2api
๐ Description: Deepseek to API - ๅฎขๆท็ซฏๅ่ฎฎ่ฝฌ้็จAPIๅ จๆ ไธญ้ดไปถๅทฅๅ ท๏ผ่ฝป้ใ้ซๆง่ฝ๏ผๅค่ดฆๅท่ฝฎ่ฏข๏ผๆฏๆไบ่ฟๅถ็ผ่ฏๆไปถใVercel ServerlessใDocker้จ็ฝฒใGoogleใClaudeใOpenAIๅคๆฅๅฃๆ ผๅผๅ ผๅฎน
๐ Repository URL: https://github.com/CJackHwang/ds2api
๐ Website: https://linux.do/u/cjackhwang
๐ Readme: https://github.com/CJackHwang/ds2api#readme
๐ Statistics:
๐ Stars: 1.3k
๐ Watchers: 5
๐ด Forks: 429
๐ป Programming Languages: Go - JavaScript
๐ท๏ธ Related Topics:
==================================
๐ง By: https://xn--r1a.website/DataScienceM
๐ Description: Deepseek to API - ๅฎขๆท็ซฏๅ่ฎฎ่ฝฌ้็จAPIๅ จๆ ไธญ้ดไปถๅทฅๅ ท๏ผ่ฝป้ใ้ซๆง่ฝ๏ผๅค่ดฆๅท่ฝฎ่ฏข๏ผๆฏๆไบ่ฟๅถ็ผ่ฏๆไปถใVercel ServerlessใDocker้จ็ฝฒใGoogleใClaudeใOpenAIๅคๆฅๅฃๆ ผๅผๅ ผๅฎน
๐ Repository URL: https://github.com/CJackHwang/ds2api
๐ Website: https://linux.do/u/cjackhwang
๐ Readme: https://github.com/CJackHwang/ds2api#readme
๐ Statistics:
๐ Stars: 1.3k
๐ Watchers: 5
๐ด Forks: 429
๐ป Programming Languages: Go - JavaScript
๐ท๏ธ Related Topics:
#react #go #api #docker #proxy #proxy_server #freeapi #vercel #openai_api #vercel_deployment #zeabur #claude_api #deepseek #deepseek_api
==================================
๐ง By: https://xn--r1a.website/DataScienceM