Path to this page:
./
chat/tootstream,
Command line interface for interacting with Mastodon instances
Branch: CURRENT,
Version: 0.4.0,
Package name: tootstream-0.4.0,
Maintainer: niaTootstream is a command line interface for interacting with instances
on the distributed social network known as 'the Fediverse' using the
Mastodon.social API.
It is inspired by the Twitter client "Rainbowstream".
OAuth and two-factor authentication are supported.
Required to run:[
devel/py-setuptools] [
devel/py-readline] [
devel/py-click] [
textproc/py-humanize] [
lang/python37] [
converters/py-emoji] [
chat/py-mastodon] [
textproc/py-colored]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 27.177 KB
Version history: (Expand)
- (2024-10-14) Updated to version: tootstream-0.4.0
- (2023-10-23) Updated to version: tootstream-0.3.8.1nb6
- (2023-08-14) Updated to version: tootstream-0.3.8.1nb5
- (2022-06-30) Updated to version: tootstream-0.3.8.1nb4
- (2022-01-05) Updated to version: tootstream-0.3.8.1nb3
- (2022-01-05) Updated to version: tootstream-0.3.8.1nb2
CVS history: (Expand)
2024-10-14 10:24:44 by Nia Alarie | Files touched by this commit (2) |
Log message:
tootstream: fix help display
ride previous bump
|
2024-10-14 10:11:13 by Nia Alarie | Files touched by this commit (2) | |
Log message:
tootstream: update to 0.4.0
## [0.4.0] - 2023-05-16
### Fixed
- Toots with content warnings will not automatically display. Use the `show` \
command to display the contents.
- Updating colors to be more consistent / better contrast.
- Display no-content, image-only toots.
- Use search with limit 1 when we only want one account, bypassing Mastodon's \
questionable search algorithm.
- `view` command doesn't bring back a list of users that are close to what you \
were searching for.
- edits no longer break `note` command.
- Commands using `step` now find the original toot for a reblogged toot.
### Added
- Filter support (list filters, toots with filters honor the filter settings).
- `show` command, which shows the contents of a toot.
- `next` and `prev` commands for pagination of the current timeline context.
- `mute` now has time duration (30s, 1d, etc.).
- `view` command now shows which user you are viewing and allows pagination.
- `vote` command for voting in polls.
- `user` command for showing a user profile.
- Displays poll results, whether the poll is expired, and if the poll supports \
multiple votes (along with a URI).
- Update the current prompt with the current context.
- Added `mentions` command to just show mentions.
- Added poll and update filters to `note` command.
- Changed command to abort step from "a" to "q" to maintain \
consistency.
- Allow favoriting / unfavoriting multiple toots at once.
- `showthread` will show all toots in a thread with content warnings / filters \
removed.
- Added `follow_request` to note; added `-r` to filter requests.
## Release
## [0.3.9.0] - 2023-02-26
### Fixed
- Remove duplicate code (thanks to Jesse Weinstein)
- Upgrade to Mastodon.py version to Mastodon.py 1.8.0
### Added
- Added support for bookmarks (thanks to Jessee Weinstein)
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-07-01 10:37:47 by Thomas Klausner | Files touched by this commit (105) | |
Log message:
*: restrict py-numpy users to 3.9+ in preparation for update
|
2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524) |
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|