Skip to content

Instantly share code, notes, and snippets.

@Visgean
Created July 17, 2012 14:43
Show Gist options
  • Select an option

  • Save Visgean/3129813 to your computer and use it in GitHub Desktop.

Select an option

Save Visgean/3129813 to your computer and use it in GitHub Desktop.
>>> import pickle
>>> with open("backup.pkcl", "r") as ffile:
... threads = pickle.load(ffile)
...
>>> [thread["thread_id"] for thread in threads if thread["thread_id"]=="XC6AsBE4icQR1NGf6ZCVhw"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment