Example #1
0
def dbseed():
    """ Expand Reddit Meme Database for a Subreddit into the Future """

    with APP.app_context():
        Simulator().dbseed()

    return None
Example #2
0
from controller import APP
from controller.reddit.controller import RedditController

if __name__ == "__main__":
    with APP.app_context():
        RedditController().update(full=True)