1
0
Fork 0

Added basic readme [TODO: finish it]

This commit is contained in:
Casey 2022-08-24 08:37:37 +03:00
parent d8c86a21f9
commit 34a754941d
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
2 changed files with 11 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
__pycache__ __pycache__
*.py[cow] *.py[cow]
config-prod.ini config-*.ini
venv venv

10
README Normal file
View File

@ -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