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