Fill in Config Vars:
API_KEY and CAT_API_TOKEN
API_KEY is your telegram API key.
more about config vars on Heroku
For replit, fill in the env variables using the UI.
to make everything work, run
npm install
then, create the .env file and fill in your telegram bot token:
API_KEY=YourTelegramBotTokenHere
to increase cat API ratelimits, fill in your CatAPI token:
CATAPI_KEY=YourCatApiTokenHere