offline-twitter/doc/TODO.txt

87 lines
2.6 KiB
Plaintext
Raw Normal View History

2022-01-08 19:50:14 -05:00
TODO user-images-extract-to-table:
User profile images and banner images => extract to table. Add `is_downloaded` column. Add test for double-downloading a user, shouldn't change the write-times on these files
2022-03-02 16:15:12 -08:00
TODO update-all
2022-05-07 19:26:02 -07:00
TODO: downloading-modes
- Could compose the following:
- Primary user's top-level tweets and threads
- Primary user's replies
- Primary user's retweets
- Parents and replies for primary user's tweets/replies
2022-01-08 19:50:14 -05:00
TODO broadcast-cards
panic: Unknown card type: 3691233323:periscope_broadcast
panic: Unknown card type: 745291183405076480:broadcast
2022-01-19 17:20:52 -08:00
2022-12-24 14:39:04 -05:00
TODO video-bitrates
2022-01-19 17:20:52 -08:00
- add "bitrate" and "available bitrates" fields
- option to upgrade or downgrade video quality
2022-02-12 16:04:54 -08:00
TODO: videos-view-count
- videos don't parse properly in APIv2
TODO: APIv2-pinned-tweets
- feed with pinned tweet
2022-02-28 16:16:36 -08:00
TODO video-not-downloading: https://twitter.com/JustinPulitzer/status/1496709662602932224
2022-03-02 16:15:12 -08:00
2023-06-21 16:02:08 -03:00
TODO use-sqlx
- Users
- Images, Videos, Urls, Polls
- Retweets
2022-05-07 19:26:02 -07:00
TODO get-user-tweets-user-doesn't-exist
2022-10-15 16:52:45 -04:00
TODO bash-completions
- Should have bash completions.
2022-12-24 14:39:04 -05:00
TODO twitter-spaces
- add `is_details_available` flag
2023-03-09 22:55:02 -05:00
TODO authenticated-requests
- media tab
- quote-tweets
- notifications
TODO post-tweets
2023-06-26 15:33:29 -03:00
- post tweets
- reply to a tweet
- quote-tweet a tweet
- retweet a tweet
2023-03-09 22:55:02 -05:00
TODO fetch-DMs
TODO spaces-timestamps-millis
- spaces timestamps are in milliseconds. Need to be converted to seconds
2023-06-07 15:44:25 -03:00
TODO fix-spaces-participants-duplicates
- It is creating a new copy of the participants every time it gets scraped again
2023-06-21 16:02:08 -03:00
TODO spaces-fetch-participants-info
- some user information is available in a Spaces result. Right now we just render them as null users (handle = "", id = 0) if they're not fetched already
2023-06-07 15:44:25 -03:00
- distinguish whether someone was an admin in the space or not
2023-06-21 16:02:08 -03:00
TODO spaces-fetch-sharings
- you can fetch the stuff that was posted in the jumbotron
2023-06-07 15:44:25 -03:00
TODO authenticated-not-fetching-images
- Images in tweets don't fetch when you're authenticated
TODO tweets-with-italics
- https://twitter.com/exit_org/status/1656813511572443141
TODO authenticated-only-request-warning
- warn when attempting to run requests which require authentication without a session active
2023-06-08 20:48:30 -03:00
2023-06-21 16:02:08 -03:00
TODO unknown-user-upgrading
- if an unknown user (created to satisfy SQLite integrity check on user_id foreign key) has user details fetched, the "Join Date" and other zero-value fields should update with the new value
TODO apiv2-tombstones
- on Tweet Detail:
- tombstones in replies to the focused tweet
- on User Feed:
- tombstones (e.g, "Age restricted") that show up as top-level entries
- keep in mind that these might be retweets; the entry-id is the RetweetID, not the TweetID