mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-08 20:10:54 +01:00
Update README.md
This commit is contained in:
parent
223e97c5ab
commit
05bfaeda40
1 changed files with 5 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
## A TwitFix-like solution written in TypeScript for Cloudflare Workers.
|
## A TwitFix-like solution written in TypeScript for Cloudflare Workers.
|
||||||
|
|
||||||
### Embed videos, polls, and more on Discord, Telegram, and more!
|
### Embed videos, polls, and more on Discord, Telegram, and more! Just add `px` before `twitter.com`.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -18,7 +18,9 @@
|
||||||
|
|
||||||
✅ Creates media/pfp color-matching theme-color (looks great on Discord!)
|
✅ Creates media/pfp color-matching theme-color (looks great on Discord!)
|
||||||
|
|
||||||
✅ Private, we don't save tweets requested
|
✅ Private, we don't save tweets or their media
|
||||||
|
|
||||||
|
Licensed under the permissive MIT license. Feel free to send a pull request!
|
||||||
|
|
||||||
|
|
||||||
### Things to tackle in the future
|
### Things to tackle in the future
|
||||||
|
@ -26,7 +28,7 @@
|
||||||
* Embed profiles! (and maybe more from Twitter?)
|
* Embed profiles! (and maybe more from Twitter?)
|
||||||
* Combining multiple images together (would be outside CF Worker)
|
* Combining multiple images together (would be outside CF Worker)
|
||||||
* Caching responses (I haven't done this yet as this is still being actively worked on!)
|
* Caching responses (I haven't done this yet as this is still being actively worked on!)
|
||||||
* Caching guest token (So we don't have to run to Twitter for a new one every request)
|
* Caching guest token (So we don't have to bother Twitter for one on every request)
|
||||||
|
|
||||||
### Bugs or issues?
|
### Bugs or issues?
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue