Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 496 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 496 Bytes

Server

Official source code of the Meower server, written in Python. Powered by CloudLink.

Running

git clone https://github.com/meower-media/server.git --recursive
cd Meower-Server
cd Meower-Server
pip install -r requirements.txt

cp .env.example .env

# edit env files

python3 main.py

API docs

See the autogenerated documentation and the Meower documentation