Update README.md

This commit is contained in:
msk
2022-09-29 03:03:09 -07:00
committed by GitHub
parent d2245ece03
commit 99b14f52a1
+2 -2
View File
@@ -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. * 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 * Listen (`l`): post any new tweets that come up if it's cross-company
* may implement short-term catch-up function * 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 ## Roadmap
* ~~Read past tweets of members from both companies~~ * ~~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 * cross-company ID interactions are regular enough IMO
* Our tweets should include: * Our tweets should include:
* involved names (w/o @) and the tweet (as a quote tweet) * involved names (w/o @) and the tweet (as a quote tweet)
* screenshot of the tweet (+ maybe image of tweet being replied to when applicable) * screenshot of the tweet (+ maybe image of tweet being replied to when applicable)