mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Added a chart comparing pxTwitter to others
This commit is contained in:
parent
bc7af6bd03
commit
223d616418
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -22,6 +22,22 @@
|
|||
|
||||
✅ Private: We don't save tweets or their media (Outside of Cloudflare caching for speed)
|
||||
|
||||
Here's a little chart comparing features to Twitter default embeds and other embedding services
|
||||
|
||||
| | pxTwitter | Twitter default | vxTwitter | Twxtter |
|
||||
|-------------------------------------|:------------------:|:------------------:|:--------------------------------:|:---------------------------------:|
|
||||
| Embed Tweets / Photos | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
|
||||
| Embed Videos | :heavy_check_mark: | :x:¹ | :heavy_check_mark: | :heavy_check_mark: |
|
||||
| Embed Poll results | :heavy_check_mark: | :x: | :x: | :x: |
|
||||
| Embed Quote Tweets | :heavy_check_mark: | :x: | :heavy_minus_sign: Without Media | :heavy_minus_sign: Without Media |
|
||||
| Embed Multiple Images | :x: | On Discord | With c.vxtwitter.com | :x: |
|
||||
| Publicly accessible embed index | :x:² | N/A | :x:² | :heavy_check_mark: |
|
||||
| Replace t.co with original links | :heavy_check_mark: | :x: | :x: | :x: |
|
||||
| Media-based embed colors on Discord | :heavy_check_mark: | :x: | :x: | :x: |
|
||||
|
||||
¹ Discord will attempt to embed Twitter's video player, but it is unreliable
|
||||
² pxTwitter and vxTwitter both ensure link privacy from the public. vxTwitter still stores all responses in a database / JSON file controled by the owner. pxTwitter by contrast relies on Cloudflare caching of responses: there is no link store accessible to the owner
|
||||
|
||||
Licensed under the permissive MIT license. Feel free to send a pull request!
|
||||
|
||||
### Things to tackle in the future
|
||||
|
|
Loading…
Add table
Reference in a new issue