AndyTempel / meme-server

API server for image manipulation, focused on Dank Memer (discord bot)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starting meme-server

git clone

cd to meme-server

./start.sh

Make sure you're in a tmux session to ensure that it remains running upon disconnecting from SSH

Tmux stuffs

tmux new -s <session name> - Starts a new session with the given name

tmux attach -t <session name> - Attaches to the session with the given name, if any

tmux ls - Lists all active tmux sessions

tmux kill-session -t <session name> - Kills the session with the given name, if any

Shortcuts

Ctrl^b+d to detach from an active session, if attached.

About

API server for image manipulation, focused on Dank Memer (discord bot)


Languages

Language:Python 83.7%Language:HTML 10.8%Language:CSS 3.5%Language:JavaScript 1.9%Language:Shell 0.1%