Miscellaneous Cloudflare Worker experiments
Go to file
2023-07-21 06:57:52 +00:00
src [Twitter] Hacky filter for promoted tweets 2023-07-21 06:57:52 +00:00
.editorconfig [Twitter] Initial commit with Twitter scraper 2023-05-12 17:18:42 +00:00
.gitignore [Twitter] Initial commit with Twitter scraper 2023-05-12 17:18:42 +00:00
package-lock.json [Twitter] Initial scraper implementation 2023-06-05 15:52:28 +00:00
package.json [Twitter] Initial scraper implementation 2023-06-05 15:52:28 +00:00
README.md Very basic README 2023-06-05 16:09:07 +00:00
tsconfig.json [Twitter] Initial commit with Twitter scraper 2023-05-12 17:18:42 +00:00
wrangler.toml [Twitter] Hacky filter for promoted tweets 2023-07-21 06:57:52 +00:00

TODO

Requirements

  • Cloudflare account with Workers enabled

Deployment

The short version:

  • Install & setup Wrangler
  • Run wrangler deploy
  • It should print out the URL of your worker. See src/index.ts (and other files) for the routes.