From 34a754941d35103097ff02ef55ba1b10718e6cb9 Mon Sep 17 00:00:00 2001 From: hkc Date: Wed, 24 Aug 2022 08:37:37 +0300 Subject: [PATCH] Added basic readme [TODO: finish it] --- .gitignore | 2 +- README | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 README diff --git a/.gitignore b/.gitignore index 06bee31..04a9ccf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ __pycache__ *.py[cow] -config-prod.ini +config-*.ini venv diff --git a/README b/README new file mode 100644 index 0000000..3cc3104 --- /dev/null +++ b/README @@ -0,0 +1,10 @@ +mastoreposter - easy-to-use mastodon-to-[everything] reposter! + +# TODO: readme + +Configuration: check `config.ini` +Run: + python3 -m virtualenv venv + source venv/bin/activate + pip install -r ./requirements.txt + python3 -m mastoreposter config.ini