[building] Twitter thread support
- https://twitter.com/pketh/status/1578097360143630336
- listen for and reply to '@kinopio save' msgs
- save twitter id or username to db
- user: @kinopioclub save thread
- bot: kaomoji: okay saved
- https://cdn.kinopio.club/KmNv4phCIILLxt5f2Mc0u/Screen-Shot-2022-10-17-at-12.09.49-PM.png
- https://cdn.kinopio.club/9DNNOAbjnnxxcITPlu2iU/Screen-Shot-2022-10-12-at-10.26.46-AM.png
- 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
- [x] bot input:
- [x] https://developer.twitter.com/en/docs/tutorials/stream-tweets-in-real-time?hidden=true
- [x] use to check mentions of @readwise
- add model in db for twitter stats?
- @x tweets were saved n times
- ...
[[defferred]]
- [x] https://stackoverflow.com/questions/10623798/how-do-i-read-the-contents-of-a-node-js-stream-into-a-string-variable
- https://cdn.kinopio.club/dLXtGSpXloOsEConupf1l/Screen-Shot-2022-10-17-at-12.12.14-PM.png
- [x] https://glitch.com/edit/#!/twitter-real-time-tweet-streamer?path=server%2Fserver.js%3A108%3A18
`streamtweets()`
reconnects, initial connects,
- post msgs to discord `#twitter-mentions`, admin/moderator-only channel
- [x] https://github.com/plhery/node-twitter-api-v2
- `kinopio.club/twitter-thread/:tweetid`
- [x] kinopio-twitter , python app
- [x] `export FLASK_APP=app`
- > paves the way for moving everything off heroku
[building] Twitter thread support
- https://twitter.com/pketh/status/1578097360143630336
- listen for and reply to '@kinopio save' msgs
- save twitter id or username to db
- user: @kinopioclub save thread
- bot: kaomoji: okay saved
- https://cdn.kinopio.club/KmNv4phCIILLxt5f2Mc0u/Screen-Shot-2022-10-17-at-12.09.49-PM.png
- https://cdn.kinopio.club/9DNNOAbjnnxxcITPlu2iU/Screen-Shot-2022-10-12-at-10.26.46-AM.png
- 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
- [x] bot input:
- [x] https://developer.twitter.com/en/docs/tutorials/stream-tweets-in-real-time?hidden=true
- [x] use to check mentions of @readwise
- add model in db for twitter stats?
- @x tweets were saved n times
- ...
[[defferred]]
- [x] https://stackoverflow.com/questions/10623798/how-do-i-read-the-contents-of-a-node-js-stream-into-a-string-variable
- https://cdn.kinopio.club/dLXtGSpXloOsEConupf1l/Screen-Shot-2022-10-17-at-12.12.14-PM.png
- [x] https://glitch.com/edit/#!/twitter-real-time-tweet-streamer?path=server%2Fserver.js%3A108%3A18
`streamtweets()`
reconnects, initial connects,
- post msgs to discord `#twitter-mentions`, admin/moderator-only channel
- [x] https://github.com/plhery/node-twitter-api-v2
- `kinopio.club/twitter-thread/:tweetid`
- [x] kinopio-twitter , python app
- [x] `export FLASK_APP=app`
- > paves the way for moving everything off heroku