Showing 35 open source projects for "repository"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • Your monitoring isn't a stack. It's a pile. Fix that. Icon
    Your monitoring isn't a stack. It's a pile. Fix that.

    Errors, performance, logs, uptime. One install, one invoice, one UI.

    Replace Datadog, New Relic, and Sentry without adding three more dashboards.
    Free 30 days.
  • 1
    Revenge

    Revenge

    Revenge is a client modification for Discord mobile

    Revenge Bundle is the JavaScript bundle repository for Revenge, a Discord mobile client modification. It continues the Bunny project and focuses on customizing the Discord Android experience. The project lets users extend Discord through plugins, visual themes, custom fonts, and experimental feature access. The repository itself produces bundles that official Revenge loaders execute on supported Android setups.
    Downloads: 34 This Week
    Last Update:
    See Project
  • 2
    Discord Client Encyclopedia

    Discord Client Encyclopedia

    A non-exhaustive collection of third-party clients for Discord

    ...It also includes contribution guidance so the list can be expanded or corrected over time. Because many listed tools may affect account safety or violate platform rules, the repository includes a clear disclaimer about user responsibility.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Discord-Datamining

    Discord-Datamining

    Datamining Discord changes from the JS files

    Discord-Datamining is a research repository that tracks changes in Discord Canary client JavaScript files. It works by comparing the JavaScript files served between builds and recording noteworthy changes in commit notes. The repository is useful for following potential upcoming Discord features, interface experiments, renamed modules, and internal client behavior changes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Discord for Developers Documentation

    Discord for Developers Documentation

    Official Discord Developer Docs

    Discord for Developers Documentation is the official documentation repository for the Discord Developer Platform. It contains the public developer documentation used by third-party applications that integrate with Discord. The repository covers the platform as it is meant to be accessed by outside developers, while leaving out features that are unavailable or unsupported for third-party use. It includes documentation files, images, snippets, tooling, style resources, and contribution guidelines. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    BetterDiscord Addons

    BetterDiscord Addons

    A series of plugins and themes for BetterDiscord

    BetterDiscordAddons is a large collection of plugins and themes made for BetterDiscord users who want deeper Discord customization. It is maintained as a central repository for Mirco Wittrien’s BetterDiscord add-ons. The project includes visual themes as well as JavaScript plugins that change or expand Discord’s interface behavior. Users can browse the plugin and theme folders to install only the add-ons they need. The repository is useful for people who already understand BetterDiscord and want a trusted source of long-running community extensions. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Stoat

    Stoat

    The software powering Stoat

    ...The project includes multiple components such as backend services, client applications, and supporting infrastructure, forming a complete messaging system that can be deployed across different environments. The repository for stoat.chat specifically serves as a central web hub that provides access to downloads, documentation, and information about the platform. StoatChat is built with modern technologies such as Rust and TypeScript and integrates with systems like Revolt to deliver real-time messaging capabilities. The platform supports multiple clients including web, desktop, and mobile applications, allowing users to interact across devices seamlessly. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7
    midnight

    midnight

    A dark, customizable discord theme

    ...Users can customize theme variables to adjust the look and feel of the interface. It also includes preset flavors such as light, system-auto, background image, Catppuccin, Nord, Rosé Pine, Tokyo Night, and other visual variants. The repository includes source CSS, build output, scripts, documentation, and contribution instructions for people who want to modify or maintain the theme.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Spacebar Server

    Spacebar Server

    A reimplementation of the Discord.com backend, built with Typescript

    ...It aims to let users run a self-hosted communication server that can work with existing Discord-style bots, applications, and clients where compatibility allows. The repository includes the HTTP API server, WebSocket gateway, CDN server, WebRTC server, request and response schemas, database models, and administrative utilities. It is part of the broader Spacebar ecosystem for decentralized, self-hostable chat infrastructure. The project is useful for developers interested in Discord-like systems, real-time communication protocols, and independently operated chat services. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Python Discord Bot Template

    Python Discord Bot Template

    A simple template to start to code your own and personalized Discord

    Python Discord Bot Template is a starter repository for creating a personalized Discord bot with Python and discord.py. It is meant to help developers avoid the repetitive setup work involved in organizing files, cogs, environment variables, commands, and runtime structure. The project is in feature-freeze mode, meaning it receives bug fixes and compatibility updates rather than constant new functionality.
    Downloads: 1 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 10
    DISCORD.js-selfbot

    DISCORD.js-selfbot

    An unofficial discord.js fork for creating selfbots

    ...The project was built around Discord API v9 and backported selected functionality from later discord.js versions. It includes documentation, examples, tests, and npm distribution history, but the repository is no longer actively maintained. Because automating Discord user accounts violates Discord’s Terms of Service and can lead to account penalties, this project should be treated as a risky proof-of-concept or research library. It is not appropriate for compliant production bot development.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    disease.sh

    disease.sh

    API for Current cases and more stuff about COVID-19 and Influenza

    ...The project aggregates information from multiple public sources and exposes it through developer-friendly endpoints. It is built for dashboards, educational projects, data visualizations, bots, and applications that need structured disease-related information. The repository includes scrapers, routes, tests, Docker configuration, documentation references, and deployment files. It is most useful for developers who need a public health data layer without building their own collection pipeline from scratch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Realtime Chat Application

    Realtime Chat Application

    Build and deploy a real time chat application

    This full-stack tutorial project shows how to build and deploy a real-time chat app using React on the client and Node/Express with Socket.io on the server. It covers the mechanics of establishing WebSocket connections, broadcasting and receiving messages, and maintaining active user rooms. The repository includes scripts and instructions to spin up both client and server quickly so you can experiment locally. It illustrates common patterns like event-driven messaging, joining/leaving rooms, and rendering live message streams in the UI. The goal is to teach production-adjacent concepts such as minimal state management, basic routing, and environment configuration without overwhelming the learner. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    PySilon Malware

    PySilon Malware

    Advanced RAT written in Python language

    PySilon is a Python-based remote access malware project controlled through Discord. The repository describes it as an advanced RAT with a GUI builder and many remote-control modules. Its capabilities include screen capture, process control, file access, system information collection, input monitoring, browser data extraction, and disruptive system actions. Because those functions can be used to compromise other people’s computers, this project is high-risk and should only be discussed or studied in isolated, authorized security research environments. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    Discord Token & Message Spammer

    Discord Token & Message Spammer

    best open source discord spammer (token-webhook&more) Dual-Use

    ...DMS version 0.5 u can get the src files via https://sourceforge.net/projects/discord-message-spammer/files/ https://github.com/p3hv/Discord-Spammer ( suspend ) https://6-g.itch.io/ ill keep updating this tool for sure usage: stress test ur discord server, using you're bots to stop the spammers tags: discord token spammer, discord raid tool, discord , discord tool discord tokens, chat spammer license By downloading this, you agree to the Commons Clause license and that you're not allowed to sell this repository or any code from this repository. For more info see https://commonsclause.com/.
    Downloads: 103 This Week
    Last Update:
    See Project
  • 15
    Blank Grabber

    Blank Grabber

    The most powerful stealer written in Python 3

    ...The safest way to describe it is as a malware sample for defensive analysis, detection engineering, and awareness of common stealer techniques. It is no longer actively maintained in the original repository.
    Downloads: 73 This Week
    Last Update:
    See Project
  • 16
    Discord ATIO

    Discord ATIO

    ATIO is a AIO Script Developed with Python3

    Discord-All-Tools-In-One is an archived Python toolkit that collected many Discord-related automation, abuse, and account-manipulation scripts in one interface. The repository itself describes the project as potentially malicious and unethical, and many of its modules involve activities that can violate privacy, platform rules, or the law. It includes tools related to selfbotting, account abuse, token misuse, webhook spam, server disruption, and remote-access malware. Because of that, it should not be treated as a normal Discord utility or legitimate bot framework. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    OpenCord

    OpenCord

    An open-source Material You implementation of the Discord Android app

    OpenCord is an archived open-source Android client project that aimed to recreate Discord with a Material You interface. It was built in Kotlin and focused on bringing a more native Android design language to a Discord-style mobile experience. The project was still a work in progress and prioritized implementing stock client behavior before adding custom features. Its README clearly warns that the project is discontinued and that downloading the release APK may create Discord Terms of...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    DiscordRPCMaker

    DiscordRPCMaker

    The best way to make and manage custom Discord Rich Presences

    ...It includes a clean interface, multiple presence management, system tray behavior, auto-update support, CLI support, and cross-platform installers. It supported Windows, macOS, and Linux release formats, including AppImage, deb, rpm, tarball, and AUR options. Since the repository is archived, it is best viewed as a legacy Rich Presence manager rather than an actively maintained app.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    Business Bot Platform

    Business Bot Platform

    Chatbot platform for various instant messenger

    ...It is designed to be easy to use (pluggable chatbots) and extensible as well as integrate in your chatbot application without knowledge about various instant messenger APIs. It is flexible through its plugin architecture and has a repository for chatbot applications (e.g. Wikipedia, Wiktionary, Calculator) which are installable by one-click. Also supporting RiveScript and AIML 2.0. BBP is a web application which handles all incoming and outgoing instant messages and comes with a dashboard for all platform activities. Moreover, it supports artificial intelligence (e.g. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Cordless

    Cordless

    The Discord terminal client you never knew you wanted

    ...The project clearly warns that third-party Discord clients violate Discord’s Terms of Service and that users, including the maintainer, have been banned. Cordless is no longer actively developed, but the repository remains available for users who understand the risks and want to build it from source.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 21
    BetterDiscordApp

    BetterDiscordApp

    Better Discord App enhances Discord desktop app with new features

    BetterDiscordApp is the original BetterDiscord desktop client modification project that added extra customization features to Discord. This repository branch is deprecated, with further development having moved elsewhere, so it is mainly useful as legacy project history. It enhanced the Discord desktop app with plugin loading, theme loading, custom CSS, emote support, and interface tweaks. The project supported Twitch, FrankerFaceZ, and BetterTTV emote integrations, along with a quick emote menu. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Webogram

    Webogram

    Telegram web application, GPL v3

    ...The app is based on the AngularJS JavaScript framework, and written in pure JavaScript. jQuery is used for DOM manipulations, and Bootstrap as the CSS-framework. The project repository is based on angularjs-seed and includes gulp tasks, so it's easy to launch the app locally on your desktop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    pidgeon

    IRC client

    Pidgeon is an open source irc client. This site serves as a download repository
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This script sends svn commit message updates to a campfire chatroom. You can monitor any number of folders on any number of repositories. You DO NOT have to install a post-commit hook or otherwise control the repository! Now supports the new official cam
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    TextHost

    TextHost allows you to make a repository for storing text files

    Have you ever wanted a place for people to save their feelings, thoughts, or wanted a Twitter post longer than 140 characters? No matter what the reason is, TextHost allows the end user to post on a repository like a pastebin. Administrators can easily make an account for users who wish for their private folder in the repository. The end user may choose between saving their file in a text file or save it in an HTML file, which supports full HTML markup. Currently in beta. v0.2 will probably include built-in chmod and user creation by everyone, as well as being the final beta version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next