https://twitter.com/pketh/status/1578097360143630336
user: @kinopioclub save thread
import -> twitter connect to twitter
btn
bot: kaomoji: okay saved


or add @username
but w a trailing sign off msg to avoid hiding the url
https://help.readwise.io/article/61-how-do-i-save-tweets-from-twitter-to-readwise
private key
redirect to success page w params
redirect to error page ‘something went wrong’
bot input:
use to check mentions of @readwise
add model in db for twitter stats? - @x tweets were saved n times - ...
import -> twitter success page save via reply instructions [disconnect]

write doc
save your favorite Tweets and Threads to kinopio .. from twiter?
save Tweets and Threads to X
extra special thanks to tristan from readwise for invaluable technical (and design?) advice
kinopio-server:
kinopio-snscrape
pass text, username, conversationId, url
to snscrape
add route GET /:userid/:conversationid
- snscrape: search for every tweet by the user, and filter for tweets with the right conversation id
- return json list of tweets
export FLASK_APP=app