Metadata-Version: 2.3
Name: WeeknoteBot
Version: 1.6.0
Summary: A bot for generate WeekNote for Hugo
Author: Fundor333
Author-email: github@fundor333.com
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.1.8,<9.0.0)
Requires-Dist: feedparser (>=6.0.11,<7.0.0)
Requires-Dist: marshmallow (>=3.26.1,<4.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: rich (>=13.9.4,<14.0.0)
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

