a3ro-dev / url_shortener

Simple console application that allows you to shorten long URLs using the TinyURL link shortener and expand shortened links generated by TinyURL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link Shortener Console

This is a simple console application that allows you to shorten long URLs using the TinyURL link shortener and expand shortened links generated by TinyURL.

Requirements

Usage

  1. Clone the repository or download the code.
  2. Install the required libraries using pip install -r requirements.txt.
  3. Run the application using python shortner.py.
  4. Follow the prompts to either shorten a long URL or expand a shortened URL.

Features

  • Uses the TinyURL link shortener to generate shortened links.
  • Allows you to expand shortened links generated by TinyURL.
  • Provides user-friendly error messages in case of any issues.

Note

  • Make sure you have an active internet connection for the application to work properly.
  • If the TinyURL servers are down, the application may not work as expected.
  • The application will exit if you press CTRL+C.

About

Simple console application that allows you to shorten long URLs using the TinyURL link shortener and expand shortened links generated by TinyURL.


Languages

Language:Python 100.0%