Metadata-Version: 2.1
Name: nostr_relay
Version: 1.1.1
Summary: nostr relay
Home-page: https://code.pobblelabs.org/fossil/nostr_relay
Author: Dave St.Germain
Author-email: dave@st.germa.in
License: BSD 3-Clause License
Keywords: protocol
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Description-Content-Type: text/markdown
License-File: LICENSE.txt

This is a python3 implementation of a [nostr](https://github.com/nostr-protocol/nostr) relay.

To intall:

`pip install nostr-relay`

To run:

`nostr-relay`

to change the location of the sqlite database and other settings, create a yaml config file that looks [like this](../nostr_relay/file?name=config/config.yaml):

and run with `nostr-relay /path/to/config.yaml`


Then add `ws://127.0.0.1:6969` to your relay list.

(obviously, in production you should use a TLS certificate)
