Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adbenitez/deltachat-cursed
[WIP] Cursed Delta, a lightweight Delta Chat client for the command line
https://github.com/adbenitez/deltachat-cursed
chat client curses deltachat email encryption python
Last synced: about 17 hours ago
JSON representation
[WIP] Cursed Delta, a lightweight Delta Chat client for the command line
- Host: GitHub
- URL: https://github.com/adbenitez/deltachat-cursed
- Owner: adbenitez
- License: gpl-3.0
- Created: 2020-04-16T21:36:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T13:48:24.000Z (about 1 month ago)
- Last Synced: 2025-01-14T13:11:29.922Z (8 days ago)
- Topics: chat, client, curses, deltachat, email, encryption, python
- Language: Python
- Homepage:
- Size: 635 KB
- Stars: 46
- Watchers: 4
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cursed Delta
[![Latest Release](https://img.shields.io/pypi/v/deltachat-cursed.svg)](https://pypi.org/project/deltachat-cursed)
[![Downloads](https://pepy.tech/badge/deltachat-cursed)](https://pepy.tech/project/deltachat-cursed)
[![License](https://img.shields.io/pypi/l/deltachat-cursed.svg)](https://pypi.org/project/deltachat-cursed)
[![CI](https://github.com/adbenitez/deltachat-cursed/actions/workflows/python-ci.yml/badge.svg)](https://github.com/adbenitez/deltachat-cursed/actions/workflows/python-ci.yml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)> a lightweight Delta Chat client for the command line
Cursed Delta is a ncurses Delta Chat client developed in Python with the urwid library.
#### Features
- [X] Create accounts
- [X] Tweak account configuration (ex. set display name and status)
- [X] Ability to send text messages :)
- [X] Read receipts ✓✓
- [X] Display quoted messages
- [ ] Account switcher
- [ ] Chat operations: delete, pin/unpin, mute/unmute, archive/unarchive, add/remove members, etc.
- [ ] Message operations: reply, delete, open attachment/links, see info, jump to quote
- [ ] Import/export keys and backups
- [ ] Ability to send files
- [ ] Notifications
- [ ] Support for contact verification and group invitations links
- [ ] Block/unblock contacts and see the list of blocked contacts
- [ ] See contact list
- [ ] Search messages and chats
- [ ] Open HTML messages
- [ ] View archived chats## Installation
Install Cursed Delta with pip:
```
$ pip install -U deltachat-cursed
```This program depends on the `deltachat-rpc-server` program to be installed in your system,
if you want to try to install it using pip run:```
$ pip install -U deltachat-cursed[full]
```After installation the command `curseddelta` (and `delta` alias) should be available.
For more tips and info check [the user guide](https://github.com/adbenitez/deltachat-cursed/blob/main/docs/user-guide.md)