Bot that counts down to/up from a specified date with custom text/images
Steps to set up this bot:
- Download the latest release and extract it to a folder of your choice.
- Replace the contents of
src/config/config.json
with your own picture folders. - Add your Platform API Keys for Twitter to
src/config/credentials.env.test
and rename the file tocredentials.env
. - Add pictures to the slot subfolders in
src/pictures/
(as specified insrc/config/config.json
previously). - For the bot to work, you need to install the latest version of Node.js for your OS from here.
- Once Node.js is installed, open the CLI of your choice/OS and navigate to the root path of the copy of this repository you downloaded earlier (the folder containing the file
package.json
) - Type
npm install
to install all the dependencies the bot needs to work. - To run the bot, type
npm run start
.
Congrats! The bot should now be up and running!