Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdy committed Oct 3, 2024
1 parent 652ed0d commit 59d85a3
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
dht crawler with a web ui<br>
build your own torrent search engine!

#### this project is in maintenance mode

#### i'll not add new features due to time being scarce


## requirements
[golang 1.23](https://go.dev/dl/) or
[docker](https://docs.docker.com/get-docker/)
Expand All @@ -16,17 +21,17 @@ build your own torrent search engine!
- [X] Search
- [X] Sortable tables
- [X] Interface to add filters for notifications
- [X] Regex based blacklist
- [X] Notify on title found
- [X] Telegram
- [ ] Mail
- [ ] Expandable list items with extra info
- [ ] List of files
- [ ] Movie/Book/Music metadata lookup
- [X] Regex based blacklist
- [ ] Statistics
- [ ] Line charts for day, week, month, year
- [ ] Pie / Bubble charts for categories
- [ ] Pie / Bubble charts for file types
- [ ] ~~Mail~~
- [ ] ~~Expandable list items with extra info~~
- [ ] ~~List of files~~
- [ ] ~~Movie/Book/Music metadata lookup~~
- [ ] ~~Statistics~~
- [ ] ~~Line charts for day, week, month, year~~
- [ ] ~~Pie / Bubble charts for categories~~
- [ ] ~~Pie / Bubble charts for file types~~

## how to..

Expand All @@ -37,7 +42,7 @@ build your own torrent search engine!
or

```shell
go run main.go
go run cmd/dhtc/main.go
```

### ..run containerized
Expand Down

0 comments on commit 59d85a3

Please sign in to comment.