Add more logging, make more general use

Change-Id: Ic4523d52666563b5919360df66541f1cf2044559
Reviewed-on: https://git.clicks.codes/c/coded/EmojiUploader/+/286
Tested-by: Samuel Shuert <coded@clicks.codes>
Reviewed-by: Samuel Shuert <coded@clicks.codes>
474 files changed
tree: 3b7bb921c8073507e5fda303c398aac9baeaee16
  1. .envrc
  2. .gitignore
  3. bun.lockb
  4. flake.lock
  5. flake.nix
  6. index.ts
  7. package.json
  8. README.md
  9. tsconfig.json
README.md

emoji-uploader

To install dependencies:

bun install

To run:

Set .env variables TOKEN and EMOJI_DIR

bun run index.ts

This project was created using bun init in bun v1.0.13. Bun is a fast all-in-one JavaScript runtime.