Skip to content

suiware/SuiwareFaucetBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@SuiwareFaucetBot - Sui Faucet Telegram Bot

An experiment with Deno, grammY and the official Sui faucet API.

Deploy

The easiest way is to configure Github actions to deploy to Deno Deploy.

Register Telegram web hook

curl https://api.telegram.org/bot[BOT_KEY]/setWebhook?url=[BOT_APP_URL]/[BOT_KEY]

Set environment variables

BOT_KEY="[your bot key]"