https://github.com/suiware/suiwarefaucetbot
Sui Faucet Telegram Bot
https://github.com/suiware/suiwarefaucetbot
deno faucet grammy sui telegram-bot
Last synced: about 1 month ago
JSON representation
Sui Faucet Telegram Bot
- Host: GitHub
- URL: https://github.com/suiware/suiwarefaucetbot
- Owner: suiware
- License: mit
- Created: 2024-12-15T14:27:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T12:51:00.000Z (about 1 year ago)
- Last Synced: 2025-08-18T08:45:24.138Z (7 months ago)
- Topics: deno, faucet, grammy, sui, telegram-bot
- Language: TypeScript
- Homepage: https://t.me/SuiwareFaucetBot
- Size: 38.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [@SuiwareFaucetBot](https://t.me/SuiwareFaucetBot) - Sui Faucet Telegram Bot
An experiment with [Deno](https://deno.com/), [grammY](https://grammy.dev/) and
the
[official Sui faucet API](https://docs.sui.io/guides/developer/getting-started/get-coins#request-test-tokens-through-curl).
## Deploy
The easiest way is to configure Github actions to deploy to
[Deno Deploy](https://deno.com/deploy).
## Register Telegram web hook
```bash
curl https://api.telegram.org/bot[BOT_KEY]/setWebhook?url=[BOT_APP_URL]/[BOT_KEY]
```
## Set environment variables
```environment
BOT_KEY="[your bot key]"
```