mirror of https://gitlab.com/octospacc/bottocto
Add requirements
This commit is contained in:
parent
6bb824b0cd
commit
368aec2225
|
@ -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.
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
bs4
|
||||
urllib3
|
Loading…
Reference in New Issue