Created
November 7, 2017 19:35
-
-
Save Miserlou/e9812c3b40de88b194c6dd8dc803be07 to your computer and use it in GitHub Desktop.
imports
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import praw | |
import subprocess | |
import os | |
import time | |
from nodb import NoDB | |
nodb = NoDB() | |
nodb.bucket = "your_r2yt_bucket" | |
nodb.index = "id" |
Author
Miserlou
commented
Nov 7, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment