https://github.com/jamesread/japella
An extensible chatbot application, built with containers and message queues.
https://github.com/jamesread/japella
containers docker japella
Last synced: 11 months ago
JSON representation
An extensible chatbot application, built with containers and message queues.
- Host: GitHub
- URL: https://github.com/jamesread/japella
- Owner: jamesread
- License: agpl-3.0
- Created: 2013-12-11T15:22:40.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T00:46:02.000Z (over 1 year ago)
- Last Synced: 2025-01-07T23:41:10.877Z (over 1 year ago)
- Topics: containers, docker, japella
- Language: Go
- Homepage: http://jamesread.github.io/Japella/
- Size: 803 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Japella
A social media & chat powertool.
[](#none)
[](https://github.com/jamesread/Sicroc/actions/workflows/build-tag.yml)
[](https://discord.gg/jhYWWpNJ3v)
Japella's architecture splits out the connections to different protocols (eg Telegram, Discord) into "adaptor" services, and all bot functionality is implemented in a separate service, meaning that the chatbot functionality can easily work with new protocols, by just creating a new adaptor, or, can relay chat messages across protocols, for example.
## Quickstart
Japella is only distributed as a x86_64 Linux container, and requires a RabbitMQ server as the message queue.
There is ready-to-go docker-compose.yml file here: https://jamesread.github.io/Japella/installation/docker-compose/
## Helpful links
* [Japella Documentation](https://jamesread.github.io/Japella/)
## **Japella is a No-Nonsense Open Source project;**
- All code and assets are Open Source (AGPL).
- No company is paying for development, there is no paid-for support from the developers.
- No separate core and premium version, no plus/pro version or paid-for extra features.
- No SaaS service or "special cloud version".
- No "anonymous data collection", usage tracking, user tracking, telemetry or email address collection.
- No requests for reviews in any "app store" or feedback surveys.
- No prompts to "upgrade to the latest version".
- No internet-connection required for any functionality.
## Docs
Documentation for how to install and use Faridoon is available at https://jamesread.github.io/Japella/