Skip to content
View templecm4y's full-sized avatar

Block or report templecm4y

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. GA-Twitter-Road-Closures-Client-Project GA-Twitter-Road-Closures-Client-Project Public

    Jupyter Notebook 1 5

  2. project-reddit-nlp project-reddit-nlp Public

    Jupyter Notebook 1 1

  3. Reddit Scraper Reddit Scraper
    1
    # define function to get num pages of posts from a subreddit, start collecting at a defined after
    2
    def reddit_scraper(url, num, after = None):
    3
        posts = []
    4
        # loop through the num pages, each subreddit .json returns 25 posts 
    5
        for page in range(num):
  4. NPS-Campsite-Time-Series-Capstone NPS-Campsite-Time-Series-Capstone Public

    Jupyter Notebook 1