2021-03-20 11:02:42 +00:00
|
|
|
# Shortenit
|
|
|
|
|
|
|
|
Shortenit is a tool to shorten urls.
|
|
|
|
|
|
|
|
**NOTE**: This is a very early draft project. Contributions are welcome.
|
|
|
|
|
|
|
|
## Running
|
|
|
|
|
2024-12-18 00:38:31 +00:00
|
|
|
To run `shortenit`, edit the configuration file found in [config/config.yaml](config/config.yaml) then run the following commands.
|
2021-03-20 11:02:42 +00:00
|
|
|
|
|
|
|
```text
|
|
|
|
$ pip install -e .
|
|
|
|
$ shortenit
|
|
|
|
```
|