Skip to content

francisyzy/kutt-stats-bot

Repository files navigation

KUTT.IT Bot

Get your kutt link stats and create new links!

Actions secrets

If you fork this project and want to deploy the project to AWS Lambda, you'll need the following to be set in Github Actions secrets

ADMIN_TELEGRAM_ID: For the owner of the bot to check stats
API_TOKEN: telegram API Key (Generate from botfather https://t.me/botfather)
AWS_ACCESS_KEY_ID: serverless requires this to deploy
AWS_SECRET_ACCESS_KEY: serverless requires this to deploy
DATABASE_URL: https://www.prisma.io/dataplatform connection string
KUTT_API_TOKEN: 'public' kutt token for other people to short link
PING_PATH: aws lambda path to ping to prevent dB sleep

Check out Kutt.it repo too!