111 Commits

Author SHA1 Message Date
Alessio
af21249e67 Fix a broken integration test 2025-01-18 20:38:32 -08:00
Alessio
7102530661 Update integration test for user feed to use a user who retweets stuff more often 2024-12-22 08:04:18 -08:00
Alessio
b5df0f3b5e Update integration test to account for @Offline_Twatter unfollowing @POTUS 2024-12-09 15:03:48 -08:00
Alessio
72edf20890 Actually fully remove the test properly from the previous commit 2024-12-09 13:08:48 -08:00
Alessio
683c05c996 Disable integration test for guy who got banned 2024-12-09 12:59:46 -08:00
Alessio
178e38555f Reactivate integration tests that were temporarily deactivated 2024-12-09 11:53:02 -08:00
Alessio
ebf8ad5947 Fix an integration test due to twitter changing the way block works 2024-11-06 22:11:19 -08:00
Alessio
418187f925 temporarily disable an integration test because some schmuck unprivated his account 2024-11-06 21:57:07 -08:00
Alessio
631d07c6fc Fix integration test (user changed their handle) 2024-11-03 18:38:16 -08:00
Alessio
3539d9418d SaveTweetTrove now re-fetches users with conflicting handles as well 2024-09-23 00:23:07 -07:00
Alessio
11b03a7927 Add integration test for resolving conflicting user handles 2024-09-22 22:58:32 -07:00
Alessio
79033cfc79 Make user handles only unique among active users 2024-09-17 18:33:58 -07:00
Alessio
8c390444d6 Temporarily remove the follow/unfollow integration tests 2024-09-17 18:25:25 -07:00
Alessio
a13f47e508 Make the data directory if needed 2024-09-15 15:22:07 -07:00
Alessio
67f2852ac7 Put pkg/persistence and cmd/data in tmpfs 2024-09-15 15:18:54 -07:00
Alessio
0a1cdc17af Fix integration test (link thumbnail image went down again) 2024-08-26 12:21:46 -07:00
Alessio
04991ad554 Add 'get_notifications' subcommand 2024-08-25 22:57:40 -07:00
Alessio
9a985539c5 Add some debug info to the integration test 2024-08-23 13:24:11 -07:00
Alessio
f8988abef1 Enable optionally using a stored session file in integration test, bypassing login 2024-08-19 14:15:57 -07:00
Alessio
8321d65f17 Fix broken integration test (link thumbnail disappeared, as usual) 2024-08-18 15:50:04 -07:00
Alessio
bbee9b1a1d Fix integration test 2024-07-28 17:53:49 -07:00
Alessio
0fd17f1af0 Fix getting tweets from deleted accounts 2024-07-14 12:52:07 -07:00
Alessio
fb95d024cb Fix broken integration test 2024-07-14 12:49:03 -07:00
Alessio
b23a6a7e05 Change integration test for search again due to upstream stupidity 2024-06-10 18:33:59 -07:00
Alessio
cf6443518a Add integration test for another type of deleted tweet 2024-06-10 17:55:19 -07:00
Alessio
81c39e0c4c Fix deleted tweet in integration test 2024-06-10 17:14:44 -07:00
Alessio
03c082ab4b Disable pagination in the 'twitter search' integration test because it's been disabled upstream 2024-05-30 00:03:54 -07:00
Alessio
14a7f88cdb Add scraping and saving of bookmarks 2024-05-28 21:55:42 -07:00
50e2edc2b9 Re-enable the retweets test 2024-03-16 18:30:28 -07:00
77cd9905d5 Disable retweet test temporarily 2024-03-11 13:49:32 -07:00
7000c1d8f2 Fix integration tests (back from the commit where default_profile.png was added to profile setup step) 2024-03-02 15:56:52 -08:00
06dcea0565 Change the integration test for links again because link preview images keep going down (upstream) 2024-02-21 20:23:47 -08:00
67963f5aea Fix an integration test which does math on timestamps (was thrown off by 1000x multiplier) 2024-02-18 13:43:31 -08:00
df8093bbd9 Add follows 2023-12-26 19:52:37 -06:00
ae01208cde Add 'fetch_dm' subcommand 2023-11-19 10:43:35 -08:00
6fd06c8c51 Add integration test for fetch_inbox 2023-11-18 16:35:59 -08:00
0b4ed73605 Fix integration tests 2023-11-12 13:35:32 -08:00
2e0e307b93 Change '.focused-tweet' to '#focused-tweet'; tidy up 'tests.sh' 2023-10-14 20:08:58 -03:00
3e9bc9f4f3 Update main function to use the -n flag for GetUserLikes 2023-09-01 22:33:47 -03:00
b47cfc9f78 First go at fixing integration tests 2023-08-22 20:22:08 -03:00
ffaec2799d When POSTing a 'like' to the API, save it as a Like in the db as well 2023-06-26 14:59:41 -03:00
d06a42e2fc Add integration test for fetching Likes 2023-06-26 13:39:51 -03:00
cc632e0654 Add commands to like and unlike tweets 2023-06-25 22:18:00 -03:00
a44323c5de Switch over Tweet Detail fetching to use APIv2 2023-06-21 14:05:49 -03:00
56d150d4ae Fix an integration test which broke because twitter removed a link thumbnail image 2023-06-21 13:10:59 -03:00
cba6631a72 Add integration test for no-clobbering of tombstone stats 2023-06-07 13:23:57 -03:00
dea37c7556 Fix cursor bug in authenticated sessions 2023-06-03 07:51:39 -03:00
af93f44ed2 Two bug fixes
- Search is now authenticated only
- `fetch_tweet` and `search` subcommands now respect the `-n [number]` flag
2023-06-03 07:38:17 -03:00
a724f32470 Allow specifying session files with .session extension at command line 2023-03-16 17:53:14 -03:00
6f2ef8953b Update CHANGELOG.txt for v0.2.0 2023-03-09 22:55:02 -05:00