Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mamad-1999 authored Jan 22, 2025
1 parent b6946a8 commit 0c9c681
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,21 @@ Use "writeup-finder [command] --help" for more information about a command.
- It filters topics based on the title and sends them to the corresponding topic in the Telegram group.

```
# Directory structure of WriteUp-finder
├── .env
── .env
├── .env.example
├── .github/
│ └── workflows/
│ └── writeup-finder-runner.yml
├── .gitignore
├── CHANGELOG.md
├── README.md
├── command/
│ └── command.go
├── config/
│ └── env.go
│ ├── action.go
│ ├── command.go
│ ├── completion.go
│ └── flags.go
├── data/
│ ├── Youtube_channel.md
│ ├── keywords.json
│ └── url.txt
├── db/
Expand All @@ -66,17 +70,23 @@ Use "writeup-finder [command] --help" for more information about a command.
│ └── global.go
├── go.mod
├── go.sum
├── handler/
│ ├── handler.go
│ ├── medium.go
│ ├── utils.go
│ └── youtube.go
├── main.go
├── rss/
│ └── fetch.go
├── run_writeUp-finder.sh
├── telegram/
│ ├── message.go
│ ├── proxy.go
│ ├── request.go
│ └── telegram.go
├── url/
│ └── url.go
├── utils/
│ ├── env.go
│ ├── filters.go
│ ├── http.go
│ ├── rss.go
│ └── utils.go
└── writeup-finder
```
Expand Down

0 comments on commit 0c9c681

Please sign in to comment.