Update CHANGELOG.txt for v0.0.4
This commit is contained in:
parent
d9f9c9de83
commit
25fddaef9d
@ -27,3 +27,11 @@ v0.0.3
|
|||||||
- Improve user image scraping for rando users (download less eagerly) to speed up browsing and save disk space:
|
- Improve user image scraping for rando users (download less eagerly) to speed up browsing and save disk space:
|
||||||
- Download tiny versions of profile images (48x48 pixels)
|
- Download tiny versions of profile images (48x48 pixels)
|
||||||
- Don't download banner images at all
|
- Don't download banner images at all
|
||||||
|
|
||||||
|
v0.0.4
|
||||||
|
------
|
||||||
|
|
||||||
|
- Escape HTML entities in tweet text
|
||||||
|
- Add support for banned users
|
||||||
|
- Improve tombstone recognition (quote-tweets)
|
||||||
|
- Fix spacing issue around tiny profile images
|
||||||
|
22
doc/TODO.txt
Normal file
22
doc/TODO.txt
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
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
|
||||||
|
|
||||||
|
TODO update-all:
|
||||||
|
For each user in userslist.txt:
|
||||||
|
- update user
|
||||||
|
- download new images if necessary
|
||||||
|
- fetch tweets since last update
|
||||||
|
|
||||||
|
TODO implement-search
|
||||||
|
|
||||||
|
TODO fetch-older-tweets:
|
||||||
|
get tweets older than 3200 ago
|
||||||
|
|
||||||
|
|
||||||
|
TODO https://twitter.com/michaelmalice/status/1461031030278742020 => "account no longer exists" tombstone
|
||||||
|
|
||||||
|
TODO cleanup-main: The `cmd/twitter/main.go` file is becoming a disaster, it needs a cleanup badly. lots of copy-pastes that should be functions, code that should be moved to the scraper / persistence modules, etc
|
||||||
|
|
||||||
|
TODO broadcast-cards
|
||||||
|
panic: Unknown card type: 3691233323:periscope_broadcast
|
||||||
|
panic: Unknown card type: 745291183405076480:broadcast
|
Loading…
x
Reference in New Issue
Block a user