Telegram Chatbot that act as a client for my Twitter Spotify Bot to tweet about my currently played song
Use the package manager npm to install required package.
npm installCopy .env.example then rename it to .env with content as follows:
-
SPOTIFY_BOT_HOST - The host address of Twitter Spotify Bot host, whether it is on localhost or deployed on production environment
-
TELEGRAM_TOKEN - Access token given by Telegram when you create the bot
-
APP_HOST - Host address for this app
-
PORT - Port reserved for this app