mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-22 14:13:01 +02:00
Updated Quickstart (markdown)
@@ -43,14 +43,17 @@ Follow the links here to find instructions for exporting a list of URLs from eac
|
|||||||
|
|
||||||
Pass in URLs directly, import a list of links from a file, or import from a feed URL. All via stdin:
|
Pass in URLs directly, import a list of links from a file, or import from a feed URL. All via stdin:
|
||||||
```bash
|
```bash
|
||||||
# if using docker
|
archivebox add < your_urls.txt
|
||||||
docker run -v $PWD:/data -it archivebox/archivebox add 'https://example.com'
|
|
||||||
|
|
||||||
# or if not using docker
|
# or if using docker
|
||||||
archivebox add 'https://example.com'
|
docker run -v $PWD:/data -it archivebox/archivebox add < your_urls.txt
|
||||||
|
|
||||||
# any text containing links can also be passed in via stdin (works with docker as well)
|
# or if using docker-compose
|
||||||
|
docker-compose run archivebox add < your_urls.txt
|
||||||
|
|
||||||
|
# any text containing URLs can ingested via stdin or as args
|
||||||
curl https://getpocket.com/users/YOURUSERNAME/feed/all | archivebox add
|
curl https://getpocket.com/users/YOURUSERNAME/feed/all | archivebox add
|
||||||
|
archivebox add 'https://example.com'
|
||||||
```
|
```
|
||||||
|
|
||||||
## ✅ Done!
|
## ✅ Done!
|
||||||
@@ -71,6 +74,10 @@ open http://127.0.0.1:8000
|
|||||||
|
|
||||||
**Next Steps:**
|
**Next Steps:**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
archivebox help # see info about all the available commands
|
||||||
|
```
|
||||||
|
|
||||||
- Read [[Usage]] to learn about the various CLI and web UI functions
|
- Read [[Usage]] to learn about the various CLI and web UI functions
|
||||||
- Read [[Configuration]] to learn about the various archive method options
|
- Read [[Configuration]] to learn about the various archive method options
|
||||||
- Read [[Scheduled Archiving]] to learn how to set up automatic daily archiving
|
- Read [[Scheduled Archiving]] to learn how to set up automatic daily archiving
|
||||||
|
Reference in New Issue
Block a user