https://github.com/suiware/suiwarefaucetbot
Sui Faucet Telegram Bot
https://github.com/suiware/suiwarefaucetbot
deno faucet grammy sui telegram-bot
Last synced: 6 months 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T12:51:00.000Z (8 months ago)
- Last Synced: 2025-02-23T13:37:47.996Z (8 months ago)
- Topics: deno, faucet, grammy, sui, telegram-bot
- Language: TypeScript
- Homepage: https://t.me/SuiwareFaucetBot
- Size: 34.2 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]"
```