kinopio-twitter , python app
listen for and reply to ‘@kinopio save’ msgs
save twitter id or username to db

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

server
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 - ...

defferred

import -> twitter success page save via reply instructions [disconnect]

https://glitch.com/edit/#!/twitter-real-time-tweet-streamer?path=server%2Fserver.js%3A108%3A18 streamtweets() reconnects, initial connects,

write

help
doc

https://help.readwise.io/article/61-how-do-i-save-tweets-from-twitter-to-readwise

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