wagtail / wagtail-live

High speed publishing from messaging apps to a Wagtail live blog. A GSoC 2021 project.
https://wagtail.github.io/wagtail-live/
BSD 3-Clause "New" or "Revised" License
37 stars 6 forks source link

Add a command line receiver #109

Open Tijani-Dia opened 3 years ago

Tijani-Dia commented 3 years ago

Add a command line receiver.

Example:

$ ./manage.py live create-channel my-channel
$ channel my-channel created
$ ./manage.py live post my-channel "here's my first message"
$ message 4125 posted
$ ./manage.py live edit my-channel 4125 "new message text for first post"
$ message 4125 updated
$ ./manage.py live delete my-channel 4125
$ message 4125 deleted