You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
assets | 1 month ago | |
src | 1 month ago | |
.env.sample | 1 month ago | |
.gitignore | 1 month ago | |
LICENSE | 1 month ago | |
README.md | 1 month ago | |
index.js | 1 month ago | |
package.json | 1 month ago | |
yarn.lock | 1 month ago |
README.md
cat meme generator bot
Determine which cat you are today and share with the whole chat:
Requirements:
- Node.js 14 or newer
- ImageMagick 7 or newer
Set up
To download the repository and install dependencies, run the following commands:
git clone [email protected]: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