Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nextdebug/nipf

NOSTR facilities downloader
https://github.com/nextdebug/nipf

Last synced: 3 months ago
JSON representation

NOSTR facilities downloader

Awesome Lists containing this project

README

        

# NIPs Facilities (nipf)

Python source code to download `.zip` compressed folders with facilities created to NOSTR community.

# HOW TO USE

Clone this repository and execute the command:
```./nipf / ```

`` is the name of the organization/user who owns the repository on Github
`` is the name of the repository that contains the compressed facility
`` is the name of the `.zip` file, without the extension `.zip`

For example:
```./nipf nextdebug/nipf-example pptx```

[Click here to see the repository](https://github.com/nextdebug/nipf-example)

## Where are the facilities?

The facilities are download in the folder `nostr_facilities`, then you can import in your projects.

# LINUX

Set the `nipf` as global command:
```cp nipf /usr/local/bin```

Then you can run:
```nipf / ```

For example:
```nipf nextdebug/nipf-example pptx```

# HOW TO COMPILE

```python -m PyInstaller nipf --onefile```