Skip to content

Instantly share code, notes, and snippets.

@JoaoGFarias
Created October 22, 2019 10:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoaoGFarias/0a67fcdf9d834959c76b073b6769d3b2 to your computer and use it in GitHub Desktop.
Save JoaoGFarias/0a67fcdf9d834959c76b073b6769d3b2 to your computer and use it in GitHub Desktop.
trump_finder.py
for word in words:
timestamp_list.add(timestamps.find_time_stamp_with(word))
for timestamp in timestamp_list:
list_of_short_videos.add(videos.extract_shorttime_at(timestamp))
final_video = list_of_short_videos.glueAll()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment