Search Results for "chat software" - Page 5

Showing 391 open source projects for "chat software"

View related business solutions
  • ManageEngine Endpoint Central for IT Professionals Icon
    ManageEngine Endpoint Central for IT Professionals

    A one-stop Unified Endpoint Management (UEM) solution

    ManageEngine's Endpoint Central is a Unified Endpoint Management Solution, that takes care of enterprise mobility management (including all features of mobile application management and mobile device management), as well as client management for a diversified range of endpoints - mobile devices, laptops, computers, tablets, server machines etc. With ManageEngine Endpoint Central, users can automate their regular desktop management routines like distributing software, installing patches, managing IT assets, imaging and deploying OS, and more.
  • Fully managed relational database service for MySQL, PostgreSQL, and SQL Server Icon
    Fully managed relational database service for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Cloud SQL manages your databases so you don't have to, so your business can run without disruption. It automates all your backups, replication, patches, encryption, and storage capacity increases to give your applications the reliability, scalability, and security they need.
  • 1
    Spectrum

    Spectrum

    The community platform for the future

    The internet is full of communities that depend on community software to thrive and grow. However, much of the available community software has remained unchanged since their inception, proving themselves insufficient for the needs of most modern communities. Enter Spectrum: a community platform that combines the best of forums and real-time chat apps. Spectrum is a platform that helps start and grow healthy and productive communities, with features like best-in-class moderation tooling...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    pyCraft

    pyCraft

    Minecraft-client networking library in Python

    Minecraft Python Client Library. This project aims to be a modern, Python3-compatible, well-documented library for communication with a Minecraft server. Although pyCraft is compatible any supported server, only a subset of all packets are currently decoded or encoded by the library: those necessary to remain connected to the server, those used for chat, and some others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    webchat

    webchat

    Websocket project based on vue

    Websocket project based on vue. Register and log in, chat with others View history, multiple chatrooms, chat with a robot, send pictures, send links, send emoji, preview picture, Message not read, and broken line reconnection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Mumble

    Mumble

    Low-latency, high quality voice chat for gamers

    Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming. It includes game linking, so voice from other players comes from the direction of their characters, and has echo cancellation so the sound from your loudspeakers won't be audible to other players.
    Leader badge
    Downloads: 255 This Week
    Last Update:
    See Project
  • Pimberly PIM - the leading enterprise Product Information Management platform. Icon
    Pimberly PIM - the leading enterprise Product Information Management platform.

    Pimberly enables businesses to create amazing online experiences with richer, differentiated product descriptions.

    Drive amazing product experiences with quality product data.
  • 5
    KLiK

    KLiK

    Complete PHP-based Login/Registration system and profile system

    KLiK is a PHP-based Information Pool System (or simply a Social Media Website), consisting of a complete Login/Registration system, User Profile system, Chat room, Forum system and Blog/Polls/Event Management System.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    php login with  email validation

    php login with email validation

    Complete PHP Login with Email Validation System

    ... Verification and Validation in PHP : https://sourceforge.net/projects/codeigniter-admin-template/ https://sourceforge.net/projects/chat-app-in-socketio-expressjs/ MULTI BRANCH SCHOOL SYSTEM WITH LIVE STREAMING CLASSROOM Demo: https://www.optimumlinkupsoftware.com/multibranch/ OFINE SCHOOL SYSTEM WITH LIVE STREAMING CLASSROOM Demo: https://www.optimumlinkupsoftware.com/ofineschool/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    AngularSpree

    AngularSpree

    Angular eCommerce framework for online store

    It is a plug-and-play frontend application for AviaCommerce API built using Angular(7), Redux, Observables & ImmutableJs. It is not limited to via commerce and can also be used with any e-commerce solution with an API interface. Such as spree commerce, Magento, open-cart, etc. AviaCommerce is, and will always be open source. We believe that collaboration is a key ingredient for developing a stellar project. The open source community has played a key role in the software development industry...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Slika REST API

    Slika REST API

    Open Source REST API for creating a community for your college

    Open Source REST API for launching an App|| Website for Educational Purposes and Making a Community out of it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Whonix

    Whonix

    Whonix is an Anonymous Operating System.

    THIS IS NOT WHONIX'S HOMEPAGE. Please go to: https://www.whonix.org/ (This is only Whonix's sourceforge must-have project page.) Whonix is an operating system focused on anonymity, privacy and security. It's based on the Tor anonymity network, Debian GNU/Linux and security by isolation. DNS leaks are impossible, and not even malware with root privileges can find out the user's real IP. Whonix consists of two parts: One solely runs Tor and acts as a gateway, which we call Whonix-Gateway....
    Downloads: 0 This Week
    Last Update:
    See Project
  • Speech-to-Text: Automatic Speech Recognition Icon
    Speech-to-Text: Automatic Speech Recognition

    Accurately convert voice to text in over 125 languages and variants by applying Google's powerful machine learning models with an easy-to-use API.

    New customers get $300 in free credits to spend on Speech-to-Text. All customers get 60 minutes for transcribing and analyzing audio free per month, not charged against your credits.
  • 10
    iView Weapp

    iView Weapp

    A set of high-quality WeChat applet UI component library

    Use WeChat to scan and experience the example of small program components. Before you start using iView Weapp, you need to read the micro-channel applet custom components related documents. We have built-in examples of all components, you can scan the small program code experience on the right, or view it in WeChat developer tools. Then, the examplesdirectory can be opened in the micro-channel developer tools. We adopted a 24-grid system to divide the area into 24 equal parts, which can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    messenger-bot

    messenger-bot

    A Node client for the Facebook Messenger Platform

    A Node client for the Facebook Messenger Platform. A verification token for the first-time setup of your webhook. Optional, but will be required by Facebook when you first set up your webhook. Your App Secret token used for message integrity check. If specified, every POST request will be tested for spoofing. As well, it mounts /_status, which will return {"status": "ok"} if the middleware is running. If verify is specified in the bot options, it will mount a handler for GET requests that...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Simple Client Server Chat Example

    An example of a simple chat system

    This project is a demonstration example on multi-threading programming in Java (old school) and network programming (String exchanges over network). The multi-threading part aims to show how to avoid blocking methods by putting them in separate thread, therefor, the ExecutorService was not used. Two Runnable interfaces are available in the server and the client to show how the dialog is managed. The Socket part aims to show how simple communication using TCP/IP are quite simple. The system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Open Source MLM Software -  Woocommerce

    Open Source MLM Software - Woocommerce

    Wordpress / Woo-commerce MLM Software

    The best open source MLM Software solution for Multilevel marketing business and direct selling business. Multi-Level Marketing (MLM) software development supports different MLM Plans such as Binary, Matrix, Unilevel, Hybrid, HYIP, and Crypto MLM Software, Bitcoin MLM Software etc. Our MLM Software is built with the advanced set of features required to manage and organize MLM business. A user-friendly WP MLM Software plugin allows you to run a WP MLM network with WordPress website. It helps...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    HubCommander

    HubCommander

    A Slack bot for GitHub organization management, and other things too

    A user-extendable Slack bot for GitHub organization management. HubCommander provides a chat-ops means for managing GitHub organizations. It creates a simple way to perform privileged GitHub organization management tasks without granting administrative or owner privileges to your GitHub organization members. HubCommander is based on slackhq/python-rtmbot (currently, dependent on release 0.4.0) You simply type help, and the bot will output a list of commands that the bot supports. Typing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    timmy

    timmy

    Timmy is a Pascal unit (i.e. library) for creating chat bots

    Timmy is a Pascal unit for creating chat bots. It provides the TTimmy object, which is a data type that you can assign your variables to to make bots. Once that is done, you can start adding keywords for messages, and get the bot answers to the end user's messages. It's easy to create a bot with Timmy. The unit also provides some other string-related functions, alongside with TStrArray type, which is actually array of string (but it's shorter to call it TStrArray, isn't it?). Timmy is released...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    itchat

    itchat

    A complete and graceful API for Wechat

    ... of personal social networking. I hope this project can help you expand your personal WeChat account and facilitate your life. By printing the chat user and the parameters of the registration message, you can find that these values ​​are all dictionaries. But in fact, that has carefully constructed corresponding messages, users, group chats, and official accounts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    wxpy

    wxpy

    Probably the most elegant Wechat personal number API

    On the basis of itchat, wxpy improves the ease of use of the module through a large number of interface optimizations and provides rich function expansion. All in all, it can be used to automate the operation of various WeChat personal accounts. Judging from the recent feedback (late June 2017), there is a certain probability that the use of robots may be restricted from logging in. It is mainly manifested in the inability to log in to Web WeChat (but does not affect other platforms such as...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    chat.io

    chat.io

    A Real Time Chat Application built using Node.js, Express, Mongoose

    A Real-Time Chat Application built using Node.js, Express, Mongoose, Socket.io, Passport, & Redis. The configurations on production will be assigned from Environment Variables on Heroku, while the development configurations reside inside app/config/config.json file. You need to create a database on MongoLab, then create a database user, get the MongoDB URI, and assign it to dbURI. You need to register a new application on both Facebook and Twitter to get your tokens by which users can grant...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Claudia Bot Builder

    Claudia Bot Builder

    Create chat bots for Facebook Messenger, Slack, Amazon Alexa, etc.

    Claudia Bot Builder helps developers create and deploy chat-bots for various platforms in minutes to AWS Lambda. It simplifies the messaging workflows, automatically sets up the correct web hooks, and guides you through configuration steps, so that you can focus on important business problems and not have to worry about infrastructure code. This code is enough to operate bots for all supported platforms. Claudia Bot Builder automatically parses the incoming messages into a common format, so you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Saros - Distributed Party Programming
    Saros brings multi-writer synchronous distributed editing to the Eclipse IDE, e.g. for joint code reviews, explaining code remotely, or distributed pair programming -- all also for more than 2 participants; we call this Distributed Party Programming. It includes refined awareness functionality, text chat, and a simple distributed whiteboard/sketching facility. Eclipse Update Site: https://www.saros-project.org/update-site/eclipse
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Quazaa

    Quazaa

    A cross platform multi-network peer-to-peer (P2P) file-sharing client.

    Quazaa is a cross platform multi-network peer-to-peer (P2P) file-sharing client inspired by Shareaza which will support Gnutella2, Ares, eDonkey2000 (eMule), HTTP, FTP, and BitTorrent. Using the Qt software development kit
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    JARVIS on Messenger

    JARVIS on Messenger

    Community-driven python bot that aims to be as simple as possible

    A community-driven python bot that aims to be as simple as possible to serve humans with their everyday tasks. Messenger is now used by 1.2 billion people every month. With the launch of Send/Receive API, bots are about to take over. It should have a lot of useful features (both fun and commonly used). Anyone can contribute to this project. (As this is module-based, anybody with a decent knowledge of Python can contribute.) One of the prime goals of this project is to lower the entry barrier...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    .NET CMS

    .NET CMS

    CMS Forum software Gallery Wiki cms multilingual multi site social

    Microsoft® Enterprise class .net CMS multilingual+FORUM+GALLERY+DYNAMIC PDF generator+Responsive Web Design+WIKI+COMMUNITY: Easy user-friendly,ultra fast (10X),dynamic sitemap;multi site in different domain;multi server;HTML5 microdata schema.org; PayPal IPN,SEO,chat,Adsense,templates,plugins. Support: http://cmsaspnet.com/
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    Verbot Pack With CCS and V-SDK

    Verbot Pack With CCS and V-SDK

    Verbot 5 with V-SDK and CCS

    This is a pack containing Verbot 5 as well as the Conversive Character Studio version 1.0.2.1, and Verbot SDK 5.0.0.6. Their blog/website has been removed and you can no longer get needed files. Created by Conversive, the Verbot (Verbally Enhanced Software Robot) is based on more than 10 years of AI experience and development. Using XML and .NET architecture, the Verbots SDK allows you to create engaging interactive personalities. Will be updating this with my own files later on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Icecast Server 2.0 GUI

    Icecast Server 2.0 GUI

    MP3 streams, online, Ogg Vorbis streams,icecast, web radio

    ... needing to manually turn anything on or off The UI is intended to ease the work with any icecast server on a windows environment providing also the ability to register the server to some important radio directories like openradiodirectory.com or Xiph.org Besides other features like security,stability its provides also a chat channel for everyone to interract and communicate. Icecast server is released as free software maintained by the Xiph.org Foundation. Web: http://openradiodirectory.com
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project