You can import images recorded prior to starting with Teleport using our PowerShell script. This script works under Windows, Mac and Linux.
Download the import and live broadcast script here and you can get your API key and feed ids here.
Here is an example command, which will import all images in the given folder to a specific Teleport feed. Timestamps in this case are read from the filename, there are options to use the file create or modified timestamps as well.
.\teleport-broadcast.ps1 -feedId yourFeedId -timestampSource file-name -timezone -6 -noconfirm -apiKey yourApiKey -sourceFolder "C:\TeleportFeedImages\"
Automation
By entering all the arguments on the command line you can automate the import. Then for example, Windows Task Scheduler can be used to call this script every so often to upload images.
You can also use our APIs to upload images to Teleport.