xzeldon / cat_meme_generator_bot

What kind of cat are you today?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cat meme generator bot

Determine which cat you are today and share with the whole chat:

Imgur

Requirements:

Set up

To download the repository and install dependencies, run the following commands:

git clone git@github.com:xzeldon/cat_meme_generator_bot.git # replace [xzeldon] with your github username if you fork first.
cd cat_meme_generator_bot
npm install
cp .env.sample .env # paste vk token to copied .env file

Running

Run the following command to start the bot:

npm run dev # start in development mode (with autorestart on file changes)

or

npm run start # start in production mode

Acknowledgements

About

What kind of cat are you today?

License:MIT License


Languages

Language:JavaScript 100.0%