Skip to content

awongCM/py-url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5f2492c · May 15, 2019

History

22 Commits
Dec 19, 2017
Dec 19, 2017
Nov 29, 2017
Nov 29, 2017
Dec 19, 2017
May 15, 2019
May 15, 2019
Jan 18, 2018
Dec 19, 2017
Dec 1, 2017

Repository files navigation

Simple url shortener service using Python and Redis

Usage

A varied implementation of url shortener service of my own, rather than piggy-backing on other reputable url shortener services such as Bitly/TinyURL etc.

In short, I'm just doing this for passionate fun.

History

Ver 1.0: Implemented URL Shortener Service using Python and Redis, included Base64 encodings for string-based urls;

TODOS

  1. Implement Base64 encoding/decoding for shortened urls
  2. Use Redis for storing key/value pairs for each shortened url parsed
  3. Also use redis to store every accessed shortened url in the redis database
  4. Add a trivial unit testing script.
  5. Convert this tool into actual service using Flask.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Simple url shortener tool using Python and Redis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages