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

https://github.com/netwatchinc/fetcher

A Ruby CLI tool for troubleshooting what some ATProto PDS media blobs were returning when fetched
https://github.com/netwatchinc/fetcher

Last synced: 9 months ago
JSON representation

A Ruby CLI tool for troubleshooting what some ATProto PDS media blobs were returning when fetched

Awesome Lists containing this project

README

          

# fetcher
A Ruby CLI tool for troubleshooting what some ATProto PDS media blobs were returning when fetched

## Usage

`ruby fetcher.rb -k [-u ] [-p ] [-s ]`

`DEFAULT_CONFIG` can be set within the script, so the only required flag is `-k`

```ruby
DEFAULT_CONFIG = {
server: 'PDS server',
username: 'PDS username',
password: 'PDS password',
key: 'record-key'
}
```