We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Salut à Toi: A Python Based Social Network And More

Formal Metadata

Title
Salut à Toi: A Python Based Social Network And More
Subtitle
A multi-platforms communication ecosystem based on XMPP and Python
Title of Series
Number of Parts
561
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
"Salut à Toi" is a Python based multi-platforms decentralized communication ecosystem. It is using a standard protocol (XMPP) and offers a lot of features like chat, e2e encryption, files sharing, photo albums, events, (micro)blogging, forums, remote control, tickets, merge-requests and even a decentralized web framework. This talk is an overview and a demonstration of the project, and it will explain how the Python technologies helped. "Salut à Toi" is a large communication ecosystem based on a daemon/frontends architecture, and available on many platforms (desktop, mobile, web, console). It uses the power of XMPP far beyond instant messaging, and takes profit of many exciting python technologies such as Twisted, Kivy, python-for-android, Jinja2, or Urwid. This talk will be a quick tour of the project mainly focusing on desktop/mobile frontend and web frontend. After a brief explanation of the project, the association behind, and its goals, a demo of the desktop/mobile frontend will be done on GNU/Linux and on Android, with features likes: - one2one and group chat with e2e encryption (OTR and OMEMO) - sharing a folder either in P2P or through a server à la Owncloud/Nextcloud, with easy permission handling - remote controlling a VLC instance running on the desktop through the Android app Then a demo of the web frontend will take place with blogging, events, forums, tickets and merge-requests. This will be the occasion to have some words on the Python technologies used and how, and why Python has helped a lot. More details on the project can be found on https://salut-a-toi.org or on the blog of the main developer: https://www.goffi.org.