Mastodon to [anything] reposter. Anything being {Telegram, Discord} for now.
Go to file
Casey 84eb94447f
[WIP] Added automatic user_id retrieving and more
* Added safe-er way to unpack data from instances
   -> like, now we're passing only the fields that
      we really need, not just everything that was
      sent by out our instance. that fixes pleroma
      being weird and adding pleroma field to some
      of objects, which was causing KeyError to be
      raised. this should be fixed now but I'm not
      completely sure so that's why it's in unsafe
      branch of the project. oh wow also this comm
      message is looking funky. hahahahah. ok bai.
2022-09-14 20:29:23 +03:00
mastoposter [WIP] Added automatic user_id retrieving and more 2022-09-14 20:29:23 +03:00
.gitignore Pleroma: fallback value in account.discoverable 2022-08-30 13:25:05 +03:00
README Added basic readme [TODO: finish it] 2022-08-24 08:37:37 +03:00
TODO Added polls and reconnect. Closes #1 & #7, I hope- 2022-08-26 18:37:36 +03:00
config.ini [WIP] Added automatic user_id retrieving and more 2022-09-14 20:29:23 +03:00
requirements.txt Added missing lxml dependency (Closes #2) 2022-08-26 12:56:05 +03:00

README

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