π₯ Trending Repository: deepdarkCTI
π Description: Collection of Cyber Threat Intelligence sources from the deep and dark web
π Repository URL: https://github.com/fastfire/deepdarkCTI
π Readme: https://github.com/fastfire/deepdarkCTI#readme
π Statistics:
π Stars: 5.8K stars
π Watchers: 241
π΄ Forks: 1K forks
π» Programming Languages: Not available
π·οΈ Related Topics:
==================================
π§ By: https://www.tgoop.com/DataScienceM
π Description: Collection of Cyber Threat Intelligence sources from the deep and dark web
π Repository URL: https://github.com/fastfire/deepdarkCTI
π Readme: https://github.com/fastfire/deepdarkCTI#readme
π Statistics:
π Stars: 5.8K stars
π Watchers: 241
π΄ Forks: 1K forks
π» Programming Languages: Not available
π·οΈ Related Topics:
#cti #threat_intelligence #deepweb #darkweb #cyberhunter
==================================
π§ By: https://www.tgoop.com/DataScienceM
π₯ Trending Repository: storybook
π Description: Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation
π Repository URL: https://github.com/storybookjs/storybook
π Website: https://storybook.js.org
π Readme: https://github.com/storybookjs/storybook#readme
π Statistics:
π Stars: 88K stars
π Watchers: 925
π΄ Forks: 9.7K forks
π» Programming Languages: TypeScript - JavaScript - MDX - Svelte - Vue - CSS
π·οΈ Related Topics:
==================================
π§ By: https://www.tgoop.com/DataScienceM
π Description: Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation
π Repository URL: https://github.com/storybookjs/storybook
π Website: https://storybook.js.org
π Readme: https://github.com/storybookjs/storybook#readme
π Statistics:
π Stars: 88K stars
π Watchers: 925
π΄ Forks: 9.7K forks
π» Programming Languages: TypeScript - JavaScript - MDX - Svelte - Vue - CSS
π·οΈ Related Topics:
#react #javascript #stories #testing #html #components #documentation #styleguide #design_systems #angular #typescript #ui #react_native #webpack #workshop #vue #web_components #svelte #storybook #vite
==================================
π§ By: https://www.tgoop.com/DataScienceM
π₯ Trending Repository: filebrowser
π Description: π Web File Browser
π Repository URL: https://github.com/gtsteffaniak/filebrowser
π Readme: https://github.com/gtsteffaniak/filebrowser#readme
π Statistics:
π Stars: 3.9K stars
π Watchers: 17
π΄ Forks: 155 forks
π» Programming Languages: Go - Vue - JavaScript - TypeScript - CSS - HTML
π·οΈ Related Topics: Not available
==================================
π§ By: https://www.tgoop.com/DataScienceM
π Description: π Web File Browser
π Repository URL: https://github.com/gtsteffaniak/filebrowser
π Readme: https://github.com/gtsteffaniak/filebrowser#readme
π Statistics:
π Stars: 3.9K stars
π Watchers: 17
π΄ Forks: 155 forks
π» Programming Languages: Go - Vue - JavaScript - TypeScript - CSS - HTML
π·οΈ Related Topics: Not available
==================================
π§ By: https://www.tgoop.com/DataScienceM
Forwarded from Python | Machine Learning | Coding | R
This media is not supported in your browser
VIEW IN TELEGRAM
Do it in a couple of minutes: just install the python-telegram-bot library, add your #OpenAI #API key and bot token, and the bot will start replying to all messages using #ChatGPT.
from telegram import Update
from telegram.ext import ApplicationBuilder, MessageHandler, filters, ContextTypes
from openai import OpenAI
Specify your keys
OPENAI_API_KEY = "sk-..."
TELEGRAM_TOKEN = "123456789:ABC..."
client = OpenAI(api_key=OPENAI_API_KEY)
async def handle_message(update: Update, context: ContextTypes.DEFAULT_TYPE):
user_text = update.message.text
response = client.chat.completions.create(
model="gpt-4o-mini",
messages=[{"role": "user", "content": user_text}]
)
await update.message.reply_text(response.choices[0].message.content)
app = ApplicationBuilder().token(TELEGRAM_TOKEN).build()
app.add_handler(MessageHandler(filters.TEXT & ~filters.COMMAND, handle_message))
app.run_polling()
https://www.tgoop.com/CodeProgrammer
Please open Telegram to view this post
VIEW IN TELEGRAM
β€4
π₯ Trending Repository: yaak
π Description: The most intuitive desktop API client. Organize and execute REST, GraphQL, WebSockets, Server Sent Events, and gRPC π¦¬
π Repository URL: https://github.com/mountain-loop/yaak
π Website: https://yaak.app
π Readme: https://github.com/mountain-loop/yaak#readme
π Statistics:
π Stars: 8.2K stars
π Watchers: 24
π΄ Forks: 288 forks
π» Programming Languages: TypeScript - Rust
π·οΈ Related Topics:
==================================
π§ By: https://www.tgoop.com/DataScienceM
π Description: The most intuitive desktop API client. Organize and execute REST, GraphQL, WebSockets, Server Sent Events, and gRPC π¦¬
π Repository URL: https://github.com/mountain-loop/yaak
π Website: https://yaak.app
π Readme: https://github.com/mountain-loop/yaak#readme
π Statistics:
π Stars: 8.2K stars
π Watchers: 24
π΄ Forks: 288 forks
π» Programming Languages: TypeScript - Rust
π·οΈ Related Topics:
#graphql #http #websocket #grpc #http_client #sse #tauri #postman_alternative #insomnia_alternative #bruno_alternative
==================================
π§ By: https://www.tgoop.com/DataScienceM
π₯ Trending Repository: skyvern
π Description: Automate browser-based workflows with LLMs and Computer Vision
π Repository URL: https://github.com/Skyvern-AI/skyvern
π Website: https://www.skyvern.com
π Readme: https://github.com/Skyvern-AI/skyvern#readme
π Statistics:
π Stars: 14.7K stars
π Watchers: 84
π΄ Forks: 1.3K forks
π» Programming Languages: Python - TypeScript - MDX - Jinja - JavaScript - Shell
π·οΈ Related Topics:
==================================
π§ By: https://www.tgoop.com/DataScienceM
π Description: Automate browser-based workflows with LLMs and Computer Vision
π Repository URL: https://github.com/Skyvern-AI/skyvern
π Website: https://www.skyvern.com
π Readme: https://github.com/Skyvern-AI/skyvern#readme
π Statistics:
π Stars: 14.7K stars
π Watchers: 84
π΄ Forks: 1.3K forks
π» Programming Languages: Python - TypeScript - MDX - Jinja - JavaScript - Shell
π·οΈ Related Topics:
#python #api #workflow #automation #browser #computer #vision #gpt #browser_automation #rpa #playwright #llm
==================================
π§ By: https://www.tgoop.com/DataScienceM
π₯ Trending Repository: micrograd
π Description: A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API
π Repository URL: https://github.com/karpathy/micrograd
π Readme: https://github.com/karpathy/micrograd#readme
π Statistics:
π Stars: 13K stars
π Watchers: 162
π΄ Forks: 1.9K forks
π» Programming Languages: Jupyter Notebook - Python
π·οΈ Related Topics: Not available
==================================
π§ By: https://www.tgoop.com/DataScienceM
π Description: A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API
π Repository URL: https://github.com/karpathy/micrograd
π Readme: https://github.com/karpathy/micrograd#readme
π Statistics:
π Stars: 13K stars
π Watchers: 162
π΄ Forks: 1.9K forks
π» Programming Languages: Jupyter Notebook - Python
π·οΈ Related Topics: Not available
==================================
π§ By: https://www.tgoop.com/DataScienceM
π₯ Trending Repository: chat-ui
π Description: Open source codebase powering the HuggingChat app
π Repository URL: https://github.com/huggingface/chat-ui
π Website: https://huggingface.co/chat
π Readme: https://github.com/huggingface/chat-ui#readme
π Statistics:
π Stars: 9.3K stars
π Watchers: 88
π΄ Forks: 1.4K forks
π» Programming Languages: TypeScript - Svelte - CSS - JavaScript - Dockerfile - HTML
π·οΈ Related Topics:
==================================
π§ By: https://www.tgoop.com/DataScienceM
π Description: Open source codebase powering the HuggingChat app
π Repository URL: https://github.com/huggingface/chat-ui
π Website: https://huggingface.co/chat
π Readme: https://github.com/huggingface/chat-ui#readme
π Statistics:
π Stars: 9.3K stars
π Watchers: 88
π΄ Forks: 1.4K forks
π» Programming Languages: TypeScript - Svelte - CSS - JavaScript - Dockerfile - HTML
π·οΈ Related Topics:
#typescript #svelte #hacktoberfest #tailwindcss #huggingface #svelte_kit #sveltekit #llm #chatgpt
==================================
π§ By: https://www.tgoop.com/DataScienceM
π₯ Trending Repository: SpacetimeDB
π Description: Multiplayer at the speed of light
π Repository URL: https://github.com/clockworklabs/SpacetimeDB
π Website: https://spacetimedb.com
π Readme: https://github.com/clockworklabs/SpacetimeDB#readme
π Statistics:
π Stars: 17.7K stars
π Watchers: 76
π΄ Forks: 619 forks
π» Programming Languages: Rust - C++ - C# - TypeScript - Python - Shell
π·οΈ Related Topics:
==================================
π§ By: https://www.tgoop.com/DataScienceM
π Description: Multiplayer at the speed of light
π Repository URL: https://github.com/clockworklabs/SpacetimeDB
π Website: https://spacetimedb.com
π Readme: https://github.com/clockworklabs/SpacetimeDB#readme
π Statistics:
π Stars: 17.7K stars
π Watchers: 76
π΄ Forks: 619 forks
π» Programming Languages: Rust - C++ - C# - TypeScript - Python - Shell
π·οΈ Related Topics:
#database #smart_contracts #game_development #relational_database #relational #dataoriented
==================================
π§ By: https://www.tgoop.com/DataScienceM
π₯ Trending Repository: qBittorrent
π Description: qBittorrent BitTorrent client
π Repository URL: https://github.com/qbittorrent/qBittorrent
π Website: https://www.qbittorrent.org
π Readme: https://github.com/qbittorrent/qBittorrent#readme
π Statistics:
π Stars: 33.4K stars
π Watchers: 425
π΄ Forks: 4.4K forks
π» Programming Languages: C++ - JavaScript - HTML - Python - CSS - CMake
π·οΈ Related Topics:
==================================
π§ By: https://www.tgoop.com/DataScienceM
π Description: qBittorrent BitTorrent client
π Repository URL: https://github.com/qbittorrent/qBittorrent
π Website: https://www.qbittorrent.org
π Readme: https://github.com/qbittorrent/qBittorrent#readme
π Statistics:
π Stars: 33.4K stars
π Watchers: 425
π΄ Forks: 4.4K forks
π» Programming Languages: C++ - JavaScript - HTML - Python - CSS - CMake
π·οΈ Related Topics:
#c_plus_plus #torrent #bittorrent #bittorrent_client #torrent_client #crossplatform
==================================
π§ By: https://www.tgoop.com/DataScienceM
π₯ Trending Repository: OpenVoice
π Description: Instant voice cloning by MIT and MyShell. Audio foundation model.
π Repository URL: https://github.com/myshell-ai/OpenVoice
π Website: https://research.myshell.ai/open-voice
π Readme: https://github.com/myshell-ai/OpenVoice#readme
π Statistics:
π Stars: 34.7K stars
π Watchers: 243
π΄ Forks: 3.8K forks
π» Programming Languages: Python - Jupyter Notebook
π·οΈ Related Topics:
==================================
π§ By: https://www.tgoop.com/DataScienceM
π Description: Instant voice cloning by MIT and MyShell. Audio foundation model.
π Repository URL: https://github.com/myshell-ai/OpenVoice
π Website: https://research.myshell.ai/open-voice
π Readme: https://github.com/myshell-ai/OpenVoice#readme
π Statistics:
π Stars: 34.7K stars
π Watchers: 243
π΄ Forks: 3.8K forks
π» Programming Languages: Python - Jupyter Notebook
π·οΈ Related Topics:
#text_to_speech #tts #voice_clone #zero_shot_tts
==================================
π§ By: https://www.tgoop.com/DataScienceM
Forwarded from Data Science courses
Iβm Eng. Hussein Sheikho
Promote your ad across all our listed channels for only $35!
Your ad will be published for 20 days across all our channels,
plus it will be pinned for 7 days
Want your tech channel to grow fast?
You can add your channel to our promo folder for just $20/month β
average growth rate 2000+ subscribers/month
Our Share folder (our channels)
https://www.tgoop.com/addlist/8_rRW2scgfRhOTc0
Please open Telegram to view this post
VIEW IN TELEGRAM
Telegram
ENG. Hussein Sheikho
I'm engineer πͺ
β€1
Data Science Jupyter Notebooks pinned Β«βοΈ Hello my advertiser friend! Iβm Eng. Hussein Sheikho π and Iβm excited to share our special promotional offer with you! π― π₯ Promo Offer: Promote your ad across all our listed channels for only $35! π° π’ We accept all types and formats of advertisements.β¦Β»
Learning Python for science is
β with these 8 awesome GitHub repos!
π₯ Repo: Project Based Learning
π₯ Repo: Real Python Materials
π₯ Repo: Learn By Doing
π₯ Repo: Awesome Jupyter
π₯ Repo: Python Mini Projects
π₯ Repo: 100Projects of Code
π₯ Repo: Data Science Projects
π₯ Repo: Python Project Scripts
β with these 8 awesome GitHub repos!
π₯ Repo: Project Based Learning
One of the most famous educational repos with 230K+ stars that implements various algorithms and projects using Python.
π₯ Repo: Real Python Materials
Supplementary resources and exercises including project-based tutorials, guides, and practical exercises.
π₯ Repo: Learn By Doing
Project-based tutorials in AI and machine learning for all levels.
π₯ Repo: Awesome Jupyter
A curated collection of notebooks, tools, and powerful libraries for working with Jupyter.
π₯ Repo: Python Mini Projects
A collection of mini-projects like games and small apps that you can quickly run and practice.
π₯ Repo: 100Projects of Code
An educational challenge including 100 real projects; you practice and see your progress day by day.
π₯ Repo: Data Science Projects
Practical ideas and examples to start data science with Python.
π₯ Repo: Python Project Scripts
Small and large scripting projects, from beginner to advanced levels.
π₯2
π₯ Trending Repository: sing-box
π Description: The universal proxy platform
π Repository URL: https://github.com/SagerNet/sing-box
π Website: https://sing-box.sagernet.org/
π Readme: https://github.com/SagerNet/sing-box#readme
π Statistics:
π Stars: 27.3K stars
π Watchers: 180
π΄ Forks: 3.2K forks
π» Programming Languages: Go - Shell
π·οΈ Related Topics: Not available
==================================
π§ By: https://www.tgoop.com/DataScienceM
π Description: The universal proxy platform
π Repository URL: https://github.com/SagerNet/sing-box
π Website: https://sing-box.sagernet.org/
π Readme: https://github.com/SagerNet/sing-box#readme
π Statistics:
π Stars: 27.3K stars
π Watchers: 180
π΄ Forks: 3.2K forks
π» Programming Languages: Go - Shell
π·οΈ Related Topics: Not available
==================================
π§ By: https://www.tgoop.com/DataScienceM
π₯ Trending Repository: lerobot
π Description: π€ LeRobot: Making AI for Robotics more accessible with end-to-end learning
π Repository URL: https://github.com/huggingface/lerobot
π Website: https://huggingface.co/docs/lerobot
π Readme: https://github.com/huggingface/lerobot#readme
π Statistics:
π Stars: 18.2K stars
π Watchers: 139
π΄ Forks: 2.8K forks
π» Programming Languages: Python - Makefile
π·οΈ Related Topics: Not available
==================================
π§ By: https://www.tgoop.com/DataScienceM
π Description: π€ LeRobot: Making AI for Robotics more accessible with end-to-end learning
π Repository URL: https://github.com/huggingface/lerobot
π Website: https://huggingface.co/docs/lerobot
π Readme: https://github.com/huggingface/lerobot#readme
π Statistics:
π Stars: 18.2K stars
π Watchers: 139
π΄ Forks: 2.8K forks
π» Programming Languages: Python - Makefile
π·οΈ Related Topics: Not available
==================================
π§ By: https://www.tgoop.com/DataScienceM
π₯ Trending Repository: Mindustry
π Description: The automation tower defense RTS
π Repository URL: https://github.com/Anuken/Mindustry
π Website: https://mindustrygame.github.io
π Readme: https://github.com/Anuken/Mindustry#readme
π Statistics:
π Stars: 25K stars
π Watchers: 541
π΄ Forks: 3.2K forks
π» Programming Languages: Java
π·οΈ Related Topics:
==================================
π§ By: https://www.tgoop.com/DataScienceM
π Description: The automation tower defense RTS
π Repository URL: https://github.com/Anuken/Mindustry
π Website: https://mindustrygame.github.io
π Readme: https://github.com/Anuken/Mindustry#readme
π Statistics:
π Stars: 25K stars
π Watchers: 541
π΄ Forks: 3.2K forks
π» Programming Languages: Java
π·οΈ Related Topics:
#android #game #java #desktop #tower_defense #mobile_game #multiplatform #rts #sandbox_game #mindustry
==================================
π§ By: https://www.tgoop.com/DataScienceM
π₯ Trending Repository: ripgrep
π Description: ripgrep recursively searches directories for a regex pattern while respecting your gitignore
π Repository URL: https://github.com/BurntSushi/ripgrep
π Readme: https://github.com/BurntSushi/ripgrep#readme
π Statistics:
π Stars: 56.4K stars
π Watchers: 288
π΄ Forks: 2.3K forks
π» Programming Languages: Rust - Python - Shell
π·οΈ Related Topics:
==================================
π§ By: https://www.tgoop.com/DataScienceM
π Description: ripgrep recursively searches directories for a regex pattern while respecting your gitignore
π Repository URL: https://github.com/BurntSushi/ripgrep
π Readme: https://github.com/BurntSushi/ripgrep#readme
π Statistics:
π Stars: 56.4K stars
π Watchers: 288
π΄ Forks: 2.3K forks
π» Programming Languages: Rust - Python - Shell
π·οΈ Related Topics:
#gitignore #search #rust #cli #command_line #regex #recursively_search #command_line_tool #grep #ripgrep
==================================
π§ By: https://www.tgoop.com/DataScienceM
π₯ Trending Repository: tokio
π Description: A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
π Repository URL: https://github.com/tokio-rs/tokio
π Website: https://tokio.rs
π Readme: https://github.com/tokio-rs/tokio#readme
π Statistics:
π Stars: 29.8K stars
π Watchers: 316
π΄ Forks: 2.8K forks
π» Programming Languages: Rust
π·οΈ Related Topics:
==================================
π§ By: https://www.tgoop.com/DataScienceM
π Description: A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
π Repository URL: https://github.com/tokio-rs/tokio
π Website: https://tokio.rs
π Readme: https://github.com/tokio-rs/tokio#readme
π Statistics:
π Stars: 29.8K stars
π Watchers: 316
π΄ Forks: 2.8K forks
π» Programming Languages: Rust
π·οΈ Related Topics:
#rust #networking #asynchronous
==================================
π§ By: https://www.tgoop.com/DataScienceM
π₯ Trending Repository: Atlas
π Description: π An open and lightweight modification to Windows, designed to optimize performance, privacy and usability.
π Repository URL: https://github.com/Atlas-OS/Atlas
π Website: https://atlasos.net
π Readme: https://github.com/Atlas-OS/Atlas#readme
π Statistics:
π Stars: 17.1K stars
π Watchers: 103
π΄ Forks: 612 forks
π» Programming Languages: Batchfile - PowerShell - Shell
π·οΈ Related Topics:
==================================
π§ By: https://www.tgoop.com/DataScienceM
π Description: π An open and lightweight modification to Windows, designed to optimize performance, privacy and usability.
π Repository URL: https://github.com/Atlas-OS/Atlas
π Website: https://atlasos.net
π Readme: https://github.com/Atlas-OS/Atlas#readme
π Statistics:
π Stars: 17.1K stars
π Watchers: 103
π΄ Forks: 612 forks
π» Programming Languages: Batchfile - PowerShell - Shell
π·οΈ Related Topics:
#windows #open_source #security #performance #opensource #privacy #gaming #fps #latency #tweaks #atlas #debloat #atlasos #ame_wizard
==================================
π§ By: https://www.tgoop.com/DataScienceM
β€1π1