Cleaned up as sixfix seems no longer updated

This commit is contained in:
dangered wolf 2023-10-15 14:48:31 -04:00
parent e16bd916f3
commit afa65c6d96
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -113,25 +113,24 @@ On a different note, if the person who posted a FixTweet link forgot to strip tr
In many ways, FixTweet has richer embeds and does more. Here's a table comparing some of FixTweet's features compared to Twitter default embeds as well as other embedding services
| | FixTweet | Twitter default | vxTwitter (BetterTwitFix) | Twxtter (sixFix) |
| --------------------------------------- | :---------------------------------: | :------------------------------: | :-------------------------------------------------: | :-----------------------------------: |
| Embed Posts / Images | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Embed profile pictures on text posts | :heavy_check_mark: | :x: | :heavy_check_mark: | :heavy_check_mark: |
| Embed Twitter Videos | :heavy_check_mark: | :heavy_minus_sign: Discord Only¹ | :heavy_check_mark: | :heavy_check_mark: |
| Embed External Videos (YouTube, etc.) | :heavy_check_mark:⁵ | :x: | :x:⁴ | :x: |
| Embed Poll results | :heavy_check_mark: | :x: | [:heavy_check_mark:][polladd] | :x: |
| Embed Quotes | :heavy_check_mark: | :x: | :ballot_box_with_check: Without Media | :ballot_box_with_check: Without Media |
| Embed Multiple Images | :heavy_check_mark: | :heavy_minus_sign: Discord Only³ | :heavy_check_mark: | :x: |
| Translate Posts | :heavy_check_mark: | :x: | :x: | :x: |
| Publicly accessible embed index | :x:² | N/A | :x:² | :heavy_check_mark: |
| Replace t.co with original links | :heavy_check_mark: | :x: | :x: | :x: |
| Redirect to media file (without embed) | :heavy_check_mark: | :x: | :ballot_box_with_check: Subdomain broken, no images | :ballot_box_with_check: No images |
| Strip Twitter tracking info on redirect | :heavy_check_mark: | :x: | :heavy_check_mark: | :heavy_check_mark: |
| Show retweet, like, reply counts | :heavy_check_mark: | :heavy_minus_sign: Discord Only³ | :ballot_box_with_check: No replies | :ballot_box_with_check: No replies |
| Discord sed replace (`s/`) friendly | :ballot_box_with_check: twittpr.com | N/A | :x: | :heavy_check_mark: |
| Status fetch API for Developers | :heavy_check_mark: | N/A | :x: | :heavy_check_mark: |
| DDoS protection & low latency globally | :heavy_check_mark: | N/A | :x: | :x: |
| Last commit | [![][flc]][fc] | N/A | [![][vlc]][vc] | [![][slc]][sc] |
| | FixTweet | Twitter default | vxTwitter (BetterTwitFix) |
| --------------------------------------- | :---------------------------------: | :------------------------------: | :-------------------------------------------------: |
| Embed Posts / Images | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Embed profile pictures on text posts | :heavy_check_mark: | :x: | :heavy_check_mark: |
| Embed Twitter Videos | :heavy_check_mark: | :heavy_minus_sign: Discord Only¹ | :heavy_check_mark: |
| Embed External Videos (YouTube, etc.) | :heavy_check_mark:⁴ | :x: | :x:³ |
| Embed Poll results | :heavy_check_mark: | :x: | [:heavy_check_mark:][polladd] |
| Embed Quotes | :heavy_check_mark: | :x: | :ballot_box_with_check: Without Media |
| Embed Multiple Images | :heavy_check_mark: | :heavy_minus_sign: Discord Only² | :heavy_check_mark: |
| Translate Posts | :heavy_check_mark: | :x: | :x: |
| Replace t.co with original links | :heavy_check_mark: | :x: | :x: |
| Redirect to media file (without embed) | :heavy_check_mark: | :x: | :ballot_box_with_check: Subdomain broken, no images |
| Strip Twitter tracking info on redirect | :heavy_check_mark: | :x: | :heavy_check_mark: |
| Show retweet, like, reply counts | :heavy_check_mark: | :heavy_minus_sign: Discord Only² | :ballot_box_with_check: No replies |
| Discord sed replace (`s/`) friendly | :ballot_box_with_check: twittpr.com | N/A | :x: |
| Status fetch API for Developers | :heavy_check_mark: | N/A | :x: |
| DDoS protection & low latency globally | :heavy_check_mark: | N/A | :x: |
| Last commit | [![][flc]][fc] | N/A | [![][vlc]][vc] |
[flc]: https://img.shields.io/github/last-commit/FixTweet/FixTweet?label
[vlc]: https://img.shields.io/github/last-commit/dylanpdx/BetterTwitFix?label
@ -143,13 +142,11 @@ In many ways, FixTweet has richer embeds and does more. Here's a table comparing
¹ Discord will attempt to embed Twitter's video player, but it is unreliable and does not work on mobile
² Neither FixTweet or vxTwitter have a public embed ledger, for privacy reasons. vxTwitter still stores all responses in a database / JSON file controlled by the owner. FixTweet by contrast relies on Cloudflare caching of responses: there is no link store accessible to the owner.
² Discord uses a custom embed container for Twitter.com to enable multi-image, which is unfortunately not available to other websites.
³ Discord uses a custom embed container for Twitter.com to enable multi-image, which is unfortunately not available to other websites.
³ On GitHub, BetterTwitFix (vxTwitter) claims to support this feature, however in my testing as of mid-July 2022, this does not seem to work.
⁴ On GitHub, BetterTwitFix (vxTwitter) claims to support this feature, however in my testing as of mid-July 2022, this does not seem to work.
⁵ External media requiring web containers, such as YouTube, won't embed in Telegram because Telegram doesn't support it. Plain media will work in Telegram, and it works either way inside Discord.
⁴ External media requiring web containers, such as YouTube, won't embed in Telegram because Telegram doesn't support it. Plain media will work in Telegram, and it works either way inside Discord.
---