An open API service indexing awesome lists of open source software.

https://github.com/psmths/tiny-url-shortener

Tiny URL shortener...results in minutes!
https://github.com/psmths/tiny-url-shortener

php python python3 tinydb url-shortener

Last synced: about 2 months ago
JSON representation

Tiny URL shortener...results in minutes!

Awesome Lists containing this project

README

          

# Tiny URL shortener

This is a very small and minimal URL shortening service written in PHP and Python 3. To install, simply clone the repository and place the files in a directory of your choice.

To configure, create a .config file following the .config.sample file. As an example, if your domain is example.com and the directory hosting the service is /s/, the config file would look like:

```
[general]
dbpath = ./db.json
lengthlimit = 7
digits = yes
agelimit = 0
domain = example.com/s
```

Ensure that permissions are correct! To start shortening URLs, simply navigate to http://example.com/s/create/.