From 99b14f52a1384528cdc3835aaca2185bb12a894b Mon Sep 17 00:00:00 2001 From: msk <15199219+muskit@users.noreply.github.com> Date: Thu, 29 Sep 2022 03:03:09 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fdac885..f66a181 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The bot will be runnable in three modes: * Catch-up (`c`): intended to run only once, scan all accounts for cross-company tweets and post them. Terminate when done posting all. * Listen (`l`): post any new tweets that come up if it's cross-company * may implement short-term catch-up function -* Command-line: TBA +* Command-line (`cmd`): an interactive mode for manual control (TBA; currently drops into Python interpretor) ## Roadmap * ~~Read past tweets of members from both companies~~ @@ -27,4 +27,4 @@ The bot will be runnable in three modes: * cross-company ID interactions are regular enough IMO * Our tweets should include: * involved names (w/o @) and the tweet (as a quote tweet) - * screenshot of the tweet (+ maybe image of tweet being replied to when applicable) \ No newline at end of file + * screenshot of the tweet (+ maybe image of tweet being replied to when applicable)