Metadata-Version: 2.4
Name: WeeknoteBot
Version: 1.8.0
Summary: A bot for generate WeekNote for Hugo
Author-email: Fundor333 <github@fundor333.com>
Requires-Python: >=3.10
Requires-Dist: click<9.0.0,>=8.1.8
Requires-Dist: feedparser<7.0.0,>=6.0.11
Requires-Dist: marshmallow<4.0.0,>=3.26.1
Requires-Dist: requests<3.0.0,>=2.32.3
Requires-Dist: rich<14.0.0,>=13.9.4
Description-Content-Type: text/markdown

# WeekNote Bot

This is a little script for generate a WeekNote for your Hugo static site.

## Run it

You launch after installing with

``` bash
weeknote
```

if you have your config at **~/.config/weeknote_bot/config.json** or you can run the command with the path of the config

``` bash
weeknote -config <path-of-the-config>
```

If it is the first time you run it, it will generate a black config and end the execution of the program
