1
0
Форкнуть 0
Перейти к файлу
Marcus Noble 956a979204
Added deprecated notices
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2023-06-02 14:58:26 +01:00
.gitignore Initial release 2021-02-18 18:32:36 +00:00
Dockerfile Better handling of 3 images 2021-04-09 21:50:09 +01:00
Makefile fix: update release task to restart deployment 2021-07-24 11:20:38 +01:00
README.md Added deprecated notices 2023-06-02 14:58:26 +01:00
chars.go Fixed double dash in tweets 2022-11-05 09:10:37 +00:00
go.mod Added caching 2021-09-04 16:41:15 +01:00
go.sum Added caching 2021-09-04 16:41:15 +01:00
index.html Added deprecated notices 2023-06-02 14:58:26 +01:00
logo.png Added logo to readme 2021-03-21 09:43:48 +00:00
main.go Fixed double dash in tweets 2022-11-05 09:10:37 +00:00
suspendedTweet.svg feat: handle tweets from suspended accounts 2021-07-24 06:02:47 +01:00
tweet.svg.tmpl feat: support quoted tweets 2021-07-24 10:52:07 +01:00

README.md

⚠️ DEPRECATED

Twitter has killed off its free API so this no longer works


TweetSVG

Generate an SVG for a given Tweet ID

Available at https://tweet.cluster.fun/

Example

<img src="https://tweet.cluster.fun/1363048182020792325" />

Features

  • Provide the ID of a tweet and have it render as an SVG for use in an <img> tag.
  • No JavaScript required

Building from source

With Docker:

make docker-build

Standalone:

make build

Contributing

If you find a bug or have an idea for a new feature please raise an issue to discuss it.

Pull requests are welcomed but please try and follow similar code style as the rest of the project and ensure all tests and code checkers are passing.

Thank you 💛

License

See LICENSE