/ServerlessDownloader

My twitter downloader written for cloudflare workers

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Serverless Downloader

This is a cleaner version of Twitter Downloader written by me in an evening to operate with cloudflare workers.

Unlike the existing project it has

  • Free Metrics
  • Runs on Cloudflare
  • Doesnt Run on Heroku

Been really interested in playing around with serverless computing and this is my first repo for that issue

How to use

Send a POST request to twitter.haku.workers.dev with the payload structure of

{
    "url": "url-to-tweet-with-video",
    "quality": "high"
}

Example: Postman Screenshot for Reference