Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skewb1k/metameme-bot


https://github.com/skewb1k/metameme-bot

Last synced: about 3 hours ago
JSON representation

Awesome Lists containing this project

README

        

# metameme-bot

TG bot for creating memes written in Python.

## To run

### Create and edit .env:

```sh
cp .env.example .env
vim .env
```

### Create venv:

```sh
make venv
```

### Install dependencies:

```sh
make install
```

### Run:

```sh
make run
```