Download user stream backups
documentedDownload backups of user streams for a given date.
GET /backups/{file_type}/{year}/{month}/{day}Firestreamno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://firestream.stocktwits.com/backups/{{$file_type}}/{{$year}}/{{$month}}/{{$day}}" \
-L \
-H "Authorization: Basic {{STOCKTWITS_SECRET}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-o "backup-{{$file_type}}-{{$year}}-{{$month}}-{{$day}}.backup"