182 Commits

Author SHA1 Message Date
68a8549f34 Rename api V2 test responses directory 2022-01-30 15:06:07 -08:00
4ccd6795d5 Fix import error 2022-01-30 14:51:14 -08:00
7532c3ba81 Add testify dependency 2022-01-30 14:48:16 -08:00
8c79a39c2e API V2: parse User result 2022-01-30 14:40:17 -08:00
b261f095ad Change main application to use new API for user feeds 2022-01-24 20:19:08 -08:00
fb421215df Add parsing of new GraphQL twitter api for user feeds 2022-01-24 20:13:17 -08:00
8250725d2c Update CHANGELOG.txt for v0.0.5 2022-01-19 17:20:52 -08:00
56870173e9 Fix bug with users with 600x200 banner images
When downloading these users' content, they weren't getting saved afterward (to update 'is_content_downloaded').
2022-01-18 17:48:56 -08:00
dc24ce5ad4 Fix tweet URL parsing for urls with the stupid '?s=20' etc 2022-01-10 11:41:03 -05:00
25fddaef9d Update CHANGELOG.txt for v0.0.4 2022-01-08 19:50:14 -05:00
d9f9c9de83 Integrate url expander into Tweet URL parser 2022-01-08 18:36:23 -05:00
043a7fd66f Add link expander 2022-01-08 18:25:26 -05:00
e71e32228c Get rid of tiny default profile images (default image is small enough, doesn't need a tiny version) 2022-01-07 17:33:26 -05:00
12f1cc6728 Fix some problems associated with banned users 2022-01-07 16:23:02 -05:00
c253486580 Fix lint error 2022-01-07 13:52:33 -05:00
d95f183e45 Add parsing of tombstoned quoted-tweets 2022-01-07 13:42:00 -05:00
6eac56183d Allow fetching of banned users 2022-01-07 13:40:22 -05:00
fb174df363 Add persistence for is_banned field 2022-01-07 12:38:56 -05:00
1ea97e669a Update tiny profile image logic for users with no profile image (including banned users) 2022-01-06 15:21:27 -05:00
1a9ba75355 Add checking for banned users 2022-01-06 14:39:31 -05:00
b1c7db6540 Add helper method to parse tweet URLs 2022-01-06 13:43:22 -05:00
bf2dbede94 Escape HTML entities in tweet text 2022-01-05 21:04:40 -05:00
8af6b6d3a6 Change dpkg build to compile in the version number 2022-01-05 14:10:55 -05:00
6ddb94d44c Update CHANGELOG.txt for v0.0.3 2022-01-05 14:01:21 -05:00
f25f1ae024 Change profile image downloading to use tiny profile image if appropriate 2022-01-05 12:37:11 -05:00
2210b61b3c Create a 'Follow' type 2022-01-04 14:40:51 -05:00
80f6787aa0 Add getter for User tiny-profile-image URL 2022-01-04 13:15:47 -05:00
e06b0bff30 Add --version flag to the executable 2022-01-04 12:57:43 -05:00
a23d3b98e7 Remove unneeded 'reflect' import 2021-12-24 16:40:50 -05:00
28e139a3e4 Add video durations and view counts 2021-12-24 16:26:34 -05:00
f73ef57cf2 Remove unique keyword from migration since that's apparently not allowed 2021-12-23 15:36:14 -05:00
51163af7d6 Update CHANGELOG.txt 2021-12-23 15:26:17 -05:00
93bfdf0721 Add doc file defining release process 2021-12-23 15:24:59 -05:00
fbbb6834de Add video thumbnails 2021-12-23 15:12:01 -05:00
692d3de564 Don't double-download tweet contents 2021-12-21 21:57:00 -05:00
5d44186f91 Add conditional content downloading for tweets 2021-12-21 21:49:42 -05:00
469d846db4 Add another section of avoiding double-downloading user content 2021-12-21 21:37:04 -05:00
5a4da58572 Add conditional downloading for user content 2021-12-21 21:29:27 -05:00
c173f7e64e Fix missing trailing comma 2021-12-21 20:31:33 -05:00
5d054b5096 Add check for whether user needs content downloaded 2021-12-21 20:27:38 -05:00
13299233c0 Add 'suspended' tombstone text; add 'violated twitter rules' and 'account no longer exists' tombstone types 2021-12-21 16:05:51 -05:00
d91e76f664 Remove print statements 2021-12-20 18:17:39 -05:00
8e13e30ac5 Scraping now updates last_scraped_at and sets is_conversation_scraped 2021-12-20 15:27:59 -05:00
c1bcd54a11 Add Tweet#last_scraped_at and Tweet#is_conversation_scraped fields 2021-12-20 14:07:20 -05:00
c95ed6c918 Fix directory error in version bump test task 2021-12-12 20:17:05 -08:00
1e9f60db25 Fix permission error with version bump test task in CI build 2021-12-12 20:10:38 -08:00
81a361d87e Add color to version upgrading messages 2021-12-12 20:10:08 -08:00
713c91ee61 Screen for being on a release branch before doing the version bump test in CI build 2021-12-12 19:43:35 -08:00
9357974a29 Make preparations for first upgrade release
- Create `CHANGELOG.txt` file
- Bump ENGINE_DATABASE_VERSION
- Add an upgrade-testing step to the CI build
2021-12-12 19:38:28 -08:00
28e44897b5 Add poll updating 2021-12-12 18:42:27 -08:00