An open API service indexing awesome lists of open source software.

https://github.com/wabarc/playback

Playback webpages from Wayback Machine
https://github.com/wabarc/playback

go playback wayback-machine webpage

Last synced: about 1 year ago
JSON representation

Playback webpages from Wayback Machine

Awesome Lists containing this project

README

          

# Playback

*WIP*

## Installation

From source:

```sh
go get github.com/wabarc/playback/cmd/playback
```

From [gobinaries.com](https://gobinaries.com):

```sh
curl -sf https://gobinaries.com/wabarc/playback | sh
```

From [releases](https://github.com/wabarc/playback/releases)

## Usage

## F.A.Q

### GitHub rest API rate limit?

Set personal access token with `PLAYBACK_GITHUB_PAT` environment variable to increase rate limit.

### Search from a specific GitHub repository?

Specify `user/repo` to `PLAYBACK_GITHUB_REPO` environment variable.

## License

This software is released under the terms of the GNU General Public License v3.0. See the [LICENSE](https://github.com/wabarc/playback/blob/main/LICENSE) file for details.