Commit Graph
100 Commits
Author SHA1 Message Date
Dylan 1d03bf80e7 Support for getting RT information (#279) 2025-04-29 00:06:54 +01:00
Dylan e64aa41ff6 Fix #278 2025-04-28 23:34:23 +01:00
Dylan c67422d569 Update fetched_on #196 2025-04-28 22:21:07 +01:00
Dylan fa979086c9 Add additional api tests 2025-04-27 19:03:12 +01:00
Dylan 9ca4b31796 withFeed -> with_tweets 2025-04-27 17:50:11 +01:00
Dylan 9ea320eb9c latestTweets -> latest_tweets 2025-04-27 17:35:19 +01:00
Dylan f48a9b205d add fetched_on in API response 2025-04-27 17:33:08 +01:00
Dylan 441b620b87 Add support for ?withFeed in API user requests 2025-04-27 17:30:07 +01:00
DylanandGitHub 84b620894f Fix typo in PR 2025-04-24 13:23:42 +01:00
DylanandGitHub 9a4889fab3 Merge pull request #277 from kkiwior/main
Add replyingToID field in api response
2025-04-24 13:21:06 +01:00
DylanandGitHub c2ed8aa884 Merge pull request #276 from diamante0018/main
fix DB cache
2025-04-22 21:53:48 +01:00
Dylan 84a19e9baa Add old.vxtwitter as a valid subdomain for legacy embeds 2025-04-16 15:10:43 +01:00
Dylan 68717be147 Add temp fix for legacy embeds 2025-04-16 14:34:58 +01:00
Dylan 740a300d1e Fix several small bugs & dead code 2025-03-31 21:33:49 +01:00
Dylan dde6f889cb Fix qrt issue 2025-03-31 21:14:21 +01:00
Dylan 24812acd32 Refactor more; fix Activity url for videos 2025-03-31 20:29:43 +01:00
Dylan 9452e7be8c Update tests 2025-03-31 01:48:12 +01:00
Dylan a851fe587b Misc refactoring; Icons based on media type 2025-03-31 01:36:23 +01:00
Dylan 6aad6aee7f Use new embed format for easier readability 2025-03-31 01:11:03 +01:00
Dylan 85efbeda4d Add long tweet text & replyingTo to api 2025-03-31 00:57:17 +01:00
Dylan d60b58d39c Merge branch 'main' of github.com:dylanpdx/BetterTwitFix 2025-03-26 23:17:38 +00:00
Dylan cb7555a3a3 Fix QRT tests due to deleted tweets/other 2025-03-26 23:17:28 +00:00
DylanandGitHub f1477b2b7b Update readme 2025-03-10 17:45:21 +00:00
DylanandGitHub fdfb2662a8 Merge pull request #267 from zImPatrick/fix/extracting
Fix getTweetData when the default config is used
2025-03-07 20:42:48 +00:00
Dylan 22433cdab5 Small refactoring & user feed API WIP 2025-02-12 23:08:52 +00:00
Dylan 8438ddc3dd Fix small bugs 2025-01-28 22:29:46 +00:00
Dylan 88f5ed6780 Add user embeds and API support, closing #65 2025-01-28 22:07:46 +00:00
Dylan 8554a733de More ARM fixes 2024-12-05 19:31:21 +00:00
Dylan c6cb3daf6e Redo arm changes 2024-12-05 19:25:34 +00:00
Dylan 619e2cff50 Undo arm conversion changes 2024-12-02 22:50:20 +00:00
Dylan 56fdfbfc8d Use arm to build docker container 2024-12-02 22:47:43 +00:00
Dylan bcb53059af Merge branch 'main' into prod 2024-12-02 22:32:23 +00:00
Dylan 0b350bc876 re-enable dockerize-pip 2024-12-02 22:32:12 +00:00
Dylan 46d360903d Merge branch 'main' into prod 2024-12-02 22:24:33 +00:00
Dylan 7538a1f8aa Move architecture 2024-12-02 22:24:17 +00:00
Dylan bd2b85dd5a Merge branch 'main' into prod 2024-12-02 22:01:31 +00:00
Dylan a4bb649c88 Update function params 2024-12-02 21:59:25 +00:00
Dylan 1a0dca6034 Remove yt-dlp import 2024-10-30 19:30:06 +00:00
Dylan b9249cb854 Merge branch 'main' into prod 2024-10-30 19:15:46 +00:00
Dylan 8fbc236cf5 Fix deploy 2024-10-30 19:15:27 +00:00
Dylan 438852dd66 Merge branch 'main' into prod 2024-10-30 19:14:02 +00:00
Dylan 9951fc3f66 Fix deploy 2024-10-30 19:13:54 +00:00
Dylan a315396c21 Merge branch 'main' into prod 2024-10-30 19:08:23 +00:00
Dylan a2c1168b73 Fix serverless config file 2024-10-30 19:08:07 +00:00
Dylan a90ccd74fe Merge branch 'main' into prod 2024-10-30 19:06:14 +00:00
Dylan 249592cfa3 Update node in deploy 2024-10-30 19:06:01 +00:00
Dylan 4d00c7a6e1 Merge branch 'main' into prod 2024-10-30 19:04:51 +00:00
Dylan 6167ee0c31 Update serverless dependencies 2024-10-30 19:04:19 +00:00
Dylan f7475752ed Merge branch 'main' into prod 2024-10-30 18:51:47 +00:00
Dylan 136974da52 Use new serverless version to deploy, TODO: replace serverless 2024-10-30 18:51:13 +00:00
Dylan c86b2d2e16 Remove yt-dlp as dependency 2024-10-30 18:32:29 +00:00
Dylan e4b27ff4c5 Merge branch 'main' into prod 2024-10-30 18:30:39 +00:00
Dylan b378f378fd Use newer python 2024-10-30 18:23:19 +00:00
Dylan fb0df3e9c6 Merge branch 'main' into prod 2024-09-26 15:01:40 +01:00
Dylan 66c2996ecd Add support for tweet lang parameter in API 2024-09-26 15:01:20 +01:00
Dylan 8e5dbd03a9 Merge branch 'prod' of github.com:dylanpdx/BetterTwitFix into prod 2024-09-16 00:16:56 +01:00
Dylan 8e17044ecd Add support for article previews, fixes #200 2024-09-16 00:15:07 +01:00
DylanandGitHub 69a93209db Merge pull request #235 from dylanpdx/main
Support for player cards (i.e Vine), Fixes #234
2024-09-13 16:41:47 +01:00
Dylan 93960b39da Support for player cards (i.e Vine), Fixes #234 2024-09-13 16:40:14 +01:00
Dylan 73edc9ebab Fix and update embed color 2024-09-13 00:25:16 +01:00
DylanandGitHub 950091fc2b Merge pull request #233 from dylanpdx/dependabot/pip/boto3-1.35.18
Bump boto3 from 1.35.5 to 1.35.18
2024-09-13 00:01:47 +01:00
DylanandGitHub 70932701df Merge pull request #228 from dylanpdx/dependabot/pip/requests-2.32.3
Bump requests from 2.31.0 to 2.32.3
2024-09-12 23:59:34 +01:00
Dylan fd74f70044 New embed format, also closes #168 2024-09-12 23:58:13 +01:00
Dylan bf82e2e27e WIP old tweet version detection 2024-09-12 23:56:50 +01:00
Dylan 1d01a6c067 Fix community note in API 2024-09-12 23:39:27 +01:00
Dylan e31a5f147d Updated hosting.md 2024-09-12 23:16:14 +01:00
DylanandGitHub 6e3e74231e Merge pull request #231 from MarshDeer/main
Add Nitter redirection support
2024-09-08 23:50:20 +01:00
Dylan 36baa5ed7b Embed full size image 2024-09-05 21:55:33 +01:00
Dylan cfa4920466 Faster redirect 2024-09-02 15:28:39 +01:00
DylanandGitHub 5b974427a7 Merge pull request #219 from dylanpdx/dependabot/pip/pymongo-4.8.0
Bump pymongo from 4.6.0 to 4.8.0
2024-08-31 14:30:10 +01:00
DylanandGitHub f3b18f0dee Merge pull request #218 from dylanpdx/dependabot/pip/pillow-10.4.0
Bump pillow from 10.2.0 to 10.4.0
2024-08-31 14:04:23 +01:00
DylanandGitHub 77771bb21f Merge pull request #223 from dylanpdx/dependabot/pip/boto3-1.35.5
Bump boto3 from 1.28.78 to 1.35.5
2024-08-31 14:04:12 +01:00
DylanandGitHub b479e534c3 Merge pull request #227 from MarshDeer/main
Added "Open in app?" popup template
2024-08-31 14:02:23 +01:00
DylanandGitHub 260cd055c0 Merge pull request #226 from MarshDeer/main
Added dark theme to redirection pages
2024-08-30 20:48:57 +01:00
Dylan 4b91a12d01 Implement cleaner (but still janky) static file serving 2024-08-27 22:21:17 +01:00
DylanandGitHub 7f506b5dd9 Merge pull request #224 from MarshDeer/main
Style preferences page
2024-08-27 22:08:10 +01:00
Dylan 0db90f556c Work in progress implementation of #216 2024-08-24 18:49:21 +01:00
DylanandGitHub aeab60e059 Merge pull request #183 from dylanpdx/dependabot/pip/pillow-10.2.0
Bump pillow from 10.1.0 to 10.2.0
2024-08-18 14:28:04 +01:00
Dylan 5c500b0b9b Small QRT msg change 2024-08-18 14:25:16 +01:00
Dylan 8f9abba7ad Re-Implement GIF conversion 2024-08-18 14:13:59 +01:00
Dylan de341f5a21 Fixed test_addToCache 2024-07-19 18:39:12 +01:00
Dylan b110118296 Workaround for iOS video player issue (#210) 2024-07-19 18:24:19 +01:00
Dylan 1fe850ae59 Don't cache tweet data w/ txt/rtf for now 2024-06-22 20:40:37 +01:00
Dylan 165ae08300 Re-implement txt functionality 2024-06-22 20:10:31 +01:00
Dylan ee5c93fe6d Fixed text length on text tweets (#214) 2024-06-17 23:00:21 +01:00
Dylan 2ff14f5925 Remove tag param from video URLs 2024-05-27 21:46:32 +01:00
Dylan e192f9ae2b Sort bearers by most recent success & fix deploy issue 2024-05-21 20:22:07 +01:00
Dylan ff07ddc8ee Changes to allow for using OAuth tokens 2024-05-21 20:12:28 +01:00
Dylan 8b39c4db09 Add new bearer tokens 2024-05-21 17:00:11 +01:00
Dylan ceb27fa82e Add bearer token cycling, since apparently those have 24 hour limits 2024-05-19 13:04:41 +01:00
Dylan 424f6ea4d8 Use different bearer token 2024-05-18 15:21:02 +01:00
Dylan ebcc4e9d56 Use tweet detail endpoint 2024-05-18 15:17:41 +01:00
Dylan 1e9265ed26 Fix tests & poll extract 2024-05-17 23:43:18 +01:00
Dylan 051909ba86 Properly get guest token 2024-05-17 23:06:59 +01:00
Dylan 8913cca5c0 Revert: Change methods order again 2024-05-17 22:46:12 +01:00
Dylan 6f224da2a1 Remove syndication for now 2024-05-17 22:26:29 +01:00
Dylan 08f27fd47f Misc debug changes 2024-05-17 22:21:03 +01:00
Dylan 1043239777 Change methods order again 2024-05-17 22:16:20 +01:00
Dylan 637851282c Actual fix 2024-05-17 22:09:36 +01:00
Dylan fb50219788 Fix bug blocking other methods from running 2024-05-17 21:55:01 +01:00