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
- Host: GitHub
- URL: https://github.com/netwatchinc/fetcher
- Owner: NetWatchInc
- License: mit
- Created: 2024-10-11T08:45:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-11T08:45:02.000Z (over 1 year ago)
- Last Synced: 2025-02-14T01:25:57.394Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
}
```