Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/lessons/extracting-illustrated-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ for i, page in enumerate(img_pages):

## API Access

We connect to the Python API library using an Archive.org account email and password rather than API tokens. This is discussed in the [Quickstart Guide](https://archive.org/developers/index-quickstart.html). If you do not have an account, [register](https://archive.org/account/login.createaccount.php) for your "Virtual Library Card."
We connect to the Python API library using an Archive.org account email and password rather than API tokens. This is discussed in the [Quickstart Guide](https://archive.org/developers/index.html). If you do not have an account, [register](https://archive.org/account/login.createaccount.php) for your "Virtual Library Card."

In the first cell of the `internetarchive.ipynb` notebook, enter your credentials as directed. Run the cell to authenticate to the API.

Expand Down
3 changes: 2 additions & 1 deletion pt/licoes/extrair-paginas-ilustradas-com-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ for i, page in enumerate(img_pages):

## Acesso à API

Nós conectamos à biblioteca API do Python usando uma conta no Archive.org com e-mail e palavra-chave ao invés das chaves de acesso do API. Isto é discutido no [Guia Quickstart](https://archive.org/developers/index-quickstart.html). Se não tiver uma conta, [registre-se](https://archive.org/account/login.createaccount.php) para obter o seu "Virtual Library Card".
Nós conectamos à biblioteca API do Python usando uma conta no Archive.org com e-mail e palavra-chave ao invés das chaves de acesso do API. Isto é discutido no [Guia Quickstart](https://archive.org/developers/index.html). Se não tiver uma conta, [registre-se](https://archive.org/account/login.createaccount.php) para obter o seu "Virtual Library Card".

Na primeira célula do *notebook* `internetarchive.ipynb`, introduza as suas credenciais como indicado. Execute a célula para autenticar-se perante a API.

Expand Down Expand Up @@ -482,3 +482,4 @@ Assim que o leitor tiver entendido as principais funções e o código de *unpac

[^2]: **Nota de tradução**: Inicialmente, aparece uma página de transição, a qual deverá remeter rapidamente para o Jupyter. Caso tal não aconteça, basta seguir as instruções nesta página.