Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nextdebug/nipf
NOSTR facilities downloader
https://github.com/nextdebug/nipf
Last synced: 3 months ago
JSON representation
NOSTR facilities downloader
- Host: GitHub
- URL: https://github.com/nextdebug/nipf
- Owner: ionextdebug
- License: mit
- Created: 2023-12-31T12:08:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2023-12-31T12:22:35.000Z (10 months ago)
- Last Synced: 2024-05-09T10:12:06.715Z (6 months ago)
- Language: Python
- Size: 6.07 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nostr - NIPF - A Python facilities manager for NOSTR ecosystem. (Tools / Client reviews and/or comparisons)
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```