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 cherrypy | |
| from cherrypy.lib.static import serve_file | |
| from cgi import escape | |
| import urllib | |
| import mylar | |
| SESSION_KEY = '_cp_username' | |
| def check_credentials(username, password): | |
| """Verifies credentials for username and password. |
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 urllib2 | |
| import re | |
| import time | |
| import math | |
| import datetime | |
| import os | |
| import requests | |
| from bs4 import BeautifulSoup | |
| from cookielib import LWPCookieJar | |
| import cfscrape |
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 urllib2 | |
| import lib.requests as requests | |
| import pickle | |
| import string | |
| import math | |
| import sys | |
| import re | |
| import time | |
| from cookielib import LWPCookieJar | |
| from decimal import Decimal, ROUND_UP |
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
| # This file is part of Mylar. | |
| # -*- coding: utf-8 -*- | |
| # | |
| # Mylar is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or | |
| # (at your option) any later version. | |
| # | |
| # Mylar is distributed in the hope that it will be useful, | |
| # but WITHOUT ANY WARRANTY; without even the implied warranty of |
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
| # This file is part of Mylar. | |
| # -*- coding: utf-8 -*- | |
| # | |
| # Mylar is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or | |
| # (at your option) any later version. | |
| # | |
| # Mylar is distributed in the hope that it will be useful, | |
| # but WITHOUT ANY WARRANTY; without even the implied warranty of |
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
| # This file is part of Mylar. | |
| # | |
| # Mylar is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or | |
| # (at your option) any later version. | |
| # | |
| # Mylar is distributed in the hope that it will be useful, | |
| # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
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 urllib2 | |
| import json | |
| import re | |
| import time | |
| import math | |
| import datetime | |
| import os | |
| import requests | |
| from bs4 import BeautifulSoup | |
| from cookielib import LWPCookieJar |
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
| # This script was taken almost entirely from Manders2600 Script with the use of the awesome ComicTagger. | |
| # modified very slightly so Mylar just passes it the IssueID for it to do it's magic. | |
| import os, errno | |
| import sys | |
| import re | |
| import glob | |
| import shlex | |
| import platform |
OlderNewer