a-simple-fed-mess-app

A small messaging app with fedora-messaging


License
MIT
Install
pip install a-simple-fed-mess-app==0.0.1

Documentation

Simple-fedora-messaging-app

A Fedora messaging program for GCI2019

(to install all the needed modules)

$ pip install -r requirements.txt

To use this simple app you have 2 options:

1.Listen

Just type in the terminal

python listen_or_publish.py

It will automatically prompt you to choose between listening or publishing a message. Just give 2 as and it will automatically start listening for messages.

!!!!.you need to have a publisher enabled to listen to messages otherwise the listener will still be blank

For more info here is an asciinema

2.Publish

2.1.Argv mode

just after python listen_or_publish.py write the 3 intended arguments.

2.2 input mode

Comes when you want to publish more messages or haven't given any argument directly from the command line. For more info here is an asciinema