A teeny Tiny module to check URLs against discord’s list of phishing domains
A teeny Tiny module to check URLs against discord’s list of phishing domains
Read moreDeep Learning, NLP, NMT, AI, ML
A teeny Tiny module to check URLs against discord’s list of phishing domains
Read moreThe excellent knock application by Benton Edmondson outputs EPUBs that seem to be DRM-free. However, if you run the application twice on the same ACSM file, the hashes do not match. This script normalizes EPUB files, and it is specifically written to normalize the output files of knock. It strips away all the differences between different EPUB files for the same book. Usage ./clean-epub.py -i input.epub -o output.epub Details In essence, it does this: Create a temporary directory, and unzip […]
Read moreMaking a simple app using React and Flask. This will be a simple site to host my recipes. It will have a react front-end, a flask back-end with a Sqlite(for now atleast) db. I will have to learn both react (from scratch) and flask (of which I do have a basic knowledge). Front-End (made on 20211105 00:15:45, I don’t know what will actually happen) Nav bar Home Recipes Skills What can I make page About Home Page A nice header […]
Read moresimplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder for Python 3.3+ with legacy support for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost. The latest documentation for simplejson can be read online here: https://simplejson.readthedocs.io/ simplejson is the externally maintained development version of the json library included with Python (since 2.6). This version is tested with the latest Python 3.8 and maintains backwards […]
Read moreMixins for Django’s class-based views. Documentation Read The Docs Installation Install from PyPI with pip: pip install django-braces Building the Docs Install docs requirements: pip install -r requirements-docs.txt. cd docs. make html. Open _build/index.html in your browser. Contributing See our contribution guide Add yourself to CONTRIBUTORS.txt if you want. All development dependencies are available in requirements.txt file. To run the test suite, please install tox and as many Python interpreters as you’d like to test against. Currently we test against […]
Read moreOrganize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards in settings file paths and mark settings files as optional. Read this blog post for more information. Also, check this example project. Requirements While this package will most likely work with the most versions of django, we officially support: This package has no dependencies itself. In case you need older python / django versions support, then consider using older versions
Read moreThis extension enhances Jinja2 templates with formatting of dates and times using moment.js. Quick Start Step 1: Initialize the extension: from flask_moment import Moment moment = Moment(app) Step 2: In your section of your base template add the following code: {{ moment.include_jquery() }} {{ moment.include_moment() }} This extension also supports the Flask application factory pattern by allowing you to create a Moment object and then separately initialize it for an app: moment = Moment() def create_app(config): app = Flask(__name__) app.config.from_object(config) […]
Read moreEve is an open source Python REST API framework designed for human beings. It allows to effortlessly build and deploy highly customizable, fully featured RESTful Web Services. Eve offers native support for MongoDB, and SQL backends via community extensions. Eve is Simple from eve import Eve app = Eve() app.run() The API is now live, ready to be consumed: $ curl -i http://example.com/people HTTP/1.1 200 OK All you need to bring your API online
Read more!THIS ONLY CHECKS WS2.KIK.COM ENDPOINT! Will add user inputted endpoints thing A (probably) working Kik name checker Started as a supposedly simple project,ended up taking multiple hours because I may have autism. Don’t know how Kik works but it takes a name from usernames.txt and goes to ws2.kik.com/user/{username}, if it returns a 404, it is a valid user. GitHub View Github
Read moreSorry for using Translator.Each description may be inaccurate. how to use 1. Make new application at https://discord.com/developers/applications 2. Make a bot 3. Copy the bot’s token and id. 4. Paste each in the appropriate place for ./config.json. 5. set prefix 6. set commands at ./coms.json 7. start main.py commands.py A few functions to use at main.py are implemented. coms.json
Read more