Believethehype fed8d16258 cleanup
2023-12-15 10:38:21 +01:00
2023-11-28 21:03:07 +01:00
2023-12-15 10:38:21 +01:00
2023-11-29 11:11:47 +01:00
2023-12-15 09:43:43 +01:00
2023-12-09 17:49:45 +01:00
2023-11-17 19:32:57 +01:00
2023-12-08 21:44:57 +01:00
2023-12-11 20:53:10 +01:00
2023-12-15 09:43:43 +01:00
2023-12-14 10:49:09 +01:00

NostrAI: Nostr NIP90 Data Vending Machine Framework

This framework provides a way to easily build and/or run Nostr NIP90 DVMs in Python.

This project is currently under development and additional tasks and features are added along the way. This means the project is in alpha status, interfaces might still change/break at this stage.

To get started:

(Tested on Python 3.10)

Create a new venv by running "python -m venv venv"

  • Place .env file (based on .env_example) in main folder.
  • the framework will automatically create keys for your dvms in this file.
  • Install requirements.txt
  • Run python main.py.

In each task component DVM examples are already prepared. Feel free to play along with the existing ones. You can also add new tasks by using the interface, just like the existing tasks in the tasks folder.

A bot is running by default that lists and communicates with the DVMs added to it, so your DVMs can be controled via any regular social client as well.

The Framework optionally supports LNbits to create invoices instead of using a lightning address. If LNBits is not used, make sure your nostr accounts have a valid lightning address.

A tutorial on how to add additional tasks, as well as the larger server backend will be added at a later stage.

Description
Languages
Python 76.1%
Vue 20.9%
Jupyter Notebook 1.7%
JavaScript 0.8%
TypeScript 0.2%
Other 0.2%