From dd7d2046293a141bc36f7d28d2158d5c71d2a1ff Mon Sep 17 00:00:00 2001 From: captzzap <133927339+captzzap@users.noreply.github.com> Date: Thu, 18 May 2023 00:12:35 -0700 Subject: [PATCH] Add simple instructions for running --- README.md | 7 +++++++ data/.gitignore | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 README.md create mode 100644 data/.gitignore 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