Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gamemake-eng/mastoline
- Owner: gamemake-eng
- License: gpl-3.0
- Created: 2023-12-09T21:50:22.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-14T00:29:28.000Z (about 1 year ago)
- Last Synced: 2023-12-14T23:25:06.407Z (about 1 year ago)
- Topics: cli, command-line, command-line-tool, mastodon, mastodon-api, mastodon-client, python, rich, rich-text
- Language: Python
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 mentionNOTE: 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!