Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skewb1k/metameme-bot
https://github.com/skewb1k/metameme-bot
Last synced: about 3 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/skewb1k/metameme-bot
- Owner: skewb1k
- Created: 2024-07-15T11:36:14.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-10-28T11:50:08.000Z (10 days ago)
- Last Synced: 2024-10-28T16:37:03.838Z (10 days ago)
- Language: Python
- Size: 4.44 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```