Add requirements

This commit is contained in:
octo@swiss 2022-08-22 23:46:54 +02:00
parent 6bb824b0cd
commit 368aec2225
2 changed files with 11 additions and 1 deletions

View File

@ -11,4 +11,12 @@ Limit is set to 10 pages by default (200 posts). If you set it to very high (or
The program may be useful for archiving your own posts.
Protip: you can repost your content on <https://blogger.com> via email with this tool!
_Read `Example.Config.py`, copy it to `Config.py`, and edit it to your needs._
## Install dependencies
```sh
pip3 install -r requirements.txt
```
## Configuration
Read `Example.Config.py`, copy it to `Config.py`, and edit it to your needs.

View File

@ -0,0 +1,2 @@
bs4
urllib3