Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reyamir/sentinel
nostr bot
https://github.com/reyamir/sentinel
bot nostr
Last synced: about 1 month ago
JSON representation
nostr bot
- Host: GitHub
- URL: https://github.com/reyamir/sentinel
- Owner: reyamir
- Created: 2024-01-24T00:40:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-23T00:33:14.000Z (8 months ago)
- Last Synced: 2024-03-23T01:35:54.449Z (8 months ago)
- Topics: bot, nostr
- Language: TypeScript
- Homepage:
- Size: 36.1 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to use
Install dependencies
```
bun install
```Create a config file
```
cp .env.example .env
```Open config file and add your config
```
NOSTR_PRIVKEY -> private key for bot account
NOSTR_WRITE_RELAYS -> relays use for publish event, seperate by ","
RSS -> rss sources, seperate by ","
```Run
```
bun start
```Run with PM2
```
pm2 start --interpreter ~/.bun/bin/bun index.ts
```