2025-02-10 22:51:04 +00:00
# Feeder Modules
2025-02-20 11:50:29 +00:00
Feeder modules are used to feed URLs into the Auto Archiver for processing. Feeders can take these URLs from a variety of sources, such as a file, a database, or the command line.
2025-02-10 22:51:04 +00:00
2025-02-20 11:50:29 +00:00
The default feeder is the command line feeder (`cli_feeder`), which allows you to input URLs directly into `auto-archiver` from the command line.
2025-02-11 18:28:21 +00:00
Command line feeder usage:
```{code} bash
2025-02-12 11:20:15 +00:00
auto-archiver [options] -- URL1 URL2 ...
2025-02-11 18:28:21 +00:00
```
2025-02-10 22:51:04 +00:00
```{include} autogen/feeder.md
2025-02-11 14:06:53 +00:00
```
```{toctree}
2025-02-20 15:33:50 +00:00
:maxdepth: 1
2025-02-11 14:06:53 +00:00
:glob:
2025-02-11 14:37:29 +00:00
:hidden:
2025-02-11 14:06:53 +00:00
autogen/feeder/*
2025-02-10 22:51:04 +00:00
```