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
- Host: GitHub
- URL: https://github.com/wabarc/playback
- Owner: wabarc
- License: gpl-3.0
- Created: 2021-04-08T14:21:46.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T13:11:33.000Z (about 2 years ago)
- Last Synced: 2024-11-25T00:02:23.358Z (over 1 year ago)
- Topics: go, playback, wayback-machine, webpage
- Language: Go
- Homepage:
- Size: 85 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- webarchiving-awesome-graph - playback - A toolkit for searching archived webpages from 💽 ⭐ 13 👀 2 (Tools & Software / Search & Discovery)
- awesome-web-archiving - playback - A toolkit for searching archived webpages from <!--lint ignore double-link-->[Internet Archive](https://web.archive.org), [archive.today](https://archive.today), [Memento](http://timetravel.mementoweb.org) and beyond. *(In Development)* (Tools & Software / Search & Discovery)
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.