Skip to content

Instantly share code, notes, and snippets.

@harperreed
harperreed / DownloadStationAPI.py
Last active January 4, 2022 08:13
example script to sync/download/etc put.io downloads to your synology download station
import time
import requests
import json
class DownloadStationAPI():
def __init__(self, host=None, username=None, password=None):
self.name = 'DownloadStation'