You can import images recorded prior to starting with Teleport using our PowerShell script. This script works under Windows, Mac and Linux.

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.

Did this answer your question?