mirror of
https://github.com/thegeneralist01/extract-x-bookmarks
synced 2026-03-07 11:59:55 +01:00
fix typo
This commit is contained in:
parent
8a699113a9
commit
536abee00a
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ Written by ChatGPT, not me.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
- Python
|
- Python
|
||||||
- Dependencies in `requirements.txt``
|
- Dependencies in `requirements.txt`
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
- Create a virtual environment if you want (`uv venv .venv` or whatever), then activate it. (This is absolutely optional).
|
- Create a virtual environment if you want (`uv venv .venv` or whatever), then activate it. (This is absolutely optional).
|
||||||
|
|
@ -37,7 +37,7 @@ pip install -r requirements.txt
|
||||||
- It might ask you whether to prepend or append the URLs - whether a new run should add URLs to the start or end of the file. **Generally, for a linear timeline, you want to append,** so: `a`.
|
- It might ask you whether to prepend or append the URLs - whether a new run should add URLs to the start or end of the file. **Generally, for a linear timeline, you want to append,** so: `a`.
|
||||||
- It will take some time in the end to **unbookmark** the fetched bookmarks. Each time 10 new bookmarks are unbookmarked, it will print a message.
|
- It will take some time in the end to **unbookmark** the fetched bookmarks. Each time 10 new bookmarks are unbookmarked, it will print a message.
|
||||||
|
|
||||||
- To run the script:
|
- Run the script until you have all your bookmarks extracted:
|
||||||
```bash
|
```bash
|
||||||
python main.py
|
python main.py
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue