From f0abaa0d9b8f2f7d24e23dbf119ee3438af3715a Mon Sep 17 00:00:00 2001 From: jeancf Date: Wed, 30 Nov 2022 21:59:51 +0100 Subject: [PATCH] Completed README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 60468b0..52dcbae 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ It is simple to set-up on a local machine, configurable and feature-rich. Reddit domains with alternatives (e.g. [Nitter](https://github.com/zedeus/nitter/wiki/Instances), [Invidious](https://redirect.invidious.io/) and [teddit](https://teddit.net/) respectively) * A footer line can be specified in the config file that gets added to all toots (with e.g. tags) +* Added option to not add reference to "Original tweet" at the bottom of toots * A password must be provided with `-p` for the first run only. After that it is no longer required. > Previous updates can be found in CHANGELOG. @@ -32,9 +33,8 @@ It is simple to set-up on a local machine, configurable and feature-rich. ## Usage twoot.py [-h] [-f <.toml config file>] [-t ] [-i ] - [-m ] [-p ] [-r] [-s] [-l] [-u] [-v] - [-a ] [-d ] [-c ] - + [-m ] [-p ] [-r] [-s] [-l] [-u] [-v] [-o] + [-a ] [-d ] [-c ] ## Arguments Assuming that the Twitter handle is @SuperDuperBot and the Mastodon account @@ -47,7 +47,8 @@ is sd@example.com on instance masto.space: | -i | Mastodon instance domain name | `masto.space` | If no config file | | -m | Mastodon username | `sd@example.com` | If no config file | | -p | Mastodon password | `my_Sup3r-S4f3*pw` | Once at first run | -| -v | upload videos to Mastodon | *N/A* | No | +| -v | Upload videos to Mastodon | *N/A* | No | +| -o | Do not add "Original tweet" line | *N/A* | No | | -r | Post reply-to tweets (ignored by default) | *N/A* | No | | -s | Skip retweets (posted by default) | *N/A* | No | | -l | Remove link redirections | *N/A* | No |