Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gamemake-eng/mastoline

A CLI mastodon client made in python
https://github.com/gamemake-eng/mastoline

cli command-line command-line-tool mastodon mastodon-api mastodon-client python rich rich-text

Last synced: about 1 month ago
JSON representation

A CLI mastodon client made in python

Awesome Lists containing this project

README

        

# MastoLine

![logo](img/logo.png)

Mastodon on your terminal!

MastoLine is a simple mastodon cilent that runs in the terminal.

It has support for

* Viewing statuses
* Replying
* Tooting
* Rich text
* [+] other things I am too lazy to mention

NOTE: I know that [toot](https://github.com/ihabunek/toot) is a thing and is 100x better than this. Although this makes me less motivated to work on the project, I will still try to maintain this repo. I guess you can call this a more "Lightweight" version for people with windows computers or who just like typing out stuff. I could also add other things like allowing access to other frediverse platforms (which I am actually thinking about at the moment). I will basicly keep working on this until I end up ghosting the whole thing. If that happens, it would be nice if you forked it and turned it into somthing bigger!

## ToDo list!

- [X] Liking
- [X] Reposting
- [ ] Full screen message editor
- [X] Command params
- [ ] Media links
- [ ] Notifications
- [X] Viewing other user's profiles
- [ ] Search feature
- [ ] Support for other instaces (that are not mstdn.social)
- [ ] Make an actually good logo

## How to install locally

In the directory run `pip install -e .`

### Pypi package coming soon!