From 9aafccdf5f96dff9e47d90253ca8114c99e3164b Mon Sep 17 00:00:00 2001 From: Alexander Date: Fri, 23 Aug 2024 17:47:15 -0400 Subject: [PATCH] added readme file --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..13ea31c --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# dysnoma-chat-log + +Read the Dysnomia chat log in real time. + +## Getting Started + +1. Clone the repo +2. Rename `sample.env` to `.env` +3. Install dependencies with `pip install -r requirements.txt` +4. Run with `python main.py` \ No newline at end of file