Python based URL shortening service
Project description
chr (coded under the name chru) is a Python based URL shortening service which uses Flask as a front end, and pysqlw as the SQL backend, to interface with sqlite3.
It can shrink billions of unique URLs with less than 6 characters, run in the background with no human interaction, and it can fly like a bird – or is that Super Man?
Features
Can shorten several billion (yes!) unique urls to a less than 6 character slug.
Verifies the shrunk URLs are legitimate, to stop abuse.
Uses reCAPTCHA to stop spammers from using the service for evil, not good.
Slugs are the base62 representation of their ID, so they’ll work in all browsers.
A live chr instance is located at chr.so.
Dependencies
Python 27 (>=2.7 required because of use of argparse module)
requests (python-requests)
Flask (flask)
Flask KVSession (flask-kvsession)
recaptcha client (recaptcha-client)
mattdaemon (mattdaemon>=1.1.0)
pysqlw (pysqlw>=1.3.0)
To install all of these: pip -r requirements.txt install (if installing from source)
Notes
It’s highly recommended by the chr developers that if you’re putting this in a production environment (read: any computer with a public IP) that you look at the various Flask deployment options, such as putting it behind nginx, lighttpd, or something.
It’s also recommended that you get your server (nginx, lighttpd, or hell, even Apache) serve out the static folder, rather than letting Flask do it.
This will take a while to get fully featured, but we have a lot planned.
jqPlot comes bundled with chr, which is alright as it’s MIT licensed.
Running
Visit the docs page, and click Usage for information on how to run chr.
Contributors
huey
Chris Leonello (made jqPlot)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file chr-2.1.1.tar.gz
.
File metadata
- Download URL: chr-2.1.1.tar.gz
- Upload date:
- Size: 86.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac98a3b943585bbea65c46cf581cdafced4b14bb245e41dfce4f313729a8534e |
|
MD5 | c7ad799ce685023a2ea789325b0df58b |
|
BLAKE2b-256 | 2bf644368eb94684e0226b0c6015a0bb9e543ee22aeea738558f100ad54d1483 |