Skip to content
View patrickleweryharris's full-sized avatar
🤖
🤖
Block or Report

Block or report patrickleweryharris

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

  1. pintools pintools Public

    Python command line tools for managing Pinboard bookmarks

    Python 15 1

  2. anagram-solver anagram-solver Public

    Solve anagrams from the command line

    Python 15 4

  3. major-finder major-finder Public archive

    A tool for finding your major at UofT

    JavaScript 6 2

  4. password-creator password-creator Public

    Command line random password generator

    Python 2 1

  5. Delete all saved reddit links: https... Delete all saved reddit links: https://lewery.ca/automation/delete-all-saved-reddit-links
    1
    """
    2
    Delete all saved posts / comments on your reddit account with PRAW.
    3
    4
    See: https://lewery.ca/automation/delete-all-saved-reddit-links
    5
  6. Automatically create a Spotify playl... Automatically create a Spotify playlist based on your top tracks
    1
    #!/usr/bin/env python
    2
    import argparse
    3
    import spotipy
    4
    import spotipy.util as util
    5
    """