This file contains 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
""" | |
requirements: | |
• requests | |
• PyGitHub: https://github.com/PyGithub/PyGithub | |
""" | |
import os | |
import time | |
import requests | |
from github import Github |
This file contains 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
// ==UserScript== | |
// @name Hot Reddit | |
// @namespace https://oqwerty.space | |
// @author Qwerty-Space | |
// @version 2 | |
// @description Sort the Front Page by hot instead of best | |
// @icon https://www.redditstatic.com/desktop2x/img/favicon/favicon-32x32.png | |
// @include *.reddit.com/ | |
// @run-at document-start | |
// ==/UserScript== |