diff --git a/README.md b/README.md new file mode 100644 index 0000000..c88b39b --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +Add your Telegram credentials to `data/config.json`, then run via: + +``` +docker build -t pssapi . +docker run pssapi +``` + diff --git a/data/.gitignore b/data/.gitignore new file mode 100644 index 0000000..64f5877 --- /dev/null +++ b/data/.gitignore @@ -0,0 +1,5 @@ +# Ignore everything in this directory +* + +# Except this file +!.gitignore