forked from hkc/mastoposter
11 lines
257 B
Plaintext
11 lines
257 B
Plaintext
|
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
|