Skip to content

davestgermain/nostr_bot

Repository files navigation

nostr bot

image

image

Documentation Status

A Python nostr bot framework

To install:

pip install nostr-bot

To run:

nostr-bot run

For instance: PUBLIC_KEY=84dee6e676e5bb67b4ad4e042cf70cbd8681155db535942fcc6a0533858a7240 KINDS=1,4,5,7 nostr-bot run -c nostr_bot.examples.gotmail.GotMailBot

See the examples for more ideas of what you can do!

Features

  • RPC using ephemeral events
  • automatic reconnect
  • simple API

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.