Spoo.me Url Shortener

GRATIS
Da zingzy | Aggiornamento a month ago | Data
Popolaritร 

8.4 / 10

Latenza

344ms

Livello di servizio

100%

Health Check

79%

Follower: 1
Risorse:
Sito web del prodotto
Creatore dell'API:
Rapid account: Zingzy
zingzy
zingzy
Accedi per valutare l'API
Valutazione: 5 - Voti: 1

README

Welcome to spoo.me - Shorten Your Url not Your Possibilities ๐Ÿš€

Dive into the magic of spoo.me, your shortcut to URL wizardry! ๐Ÿš€ Transform lengthy links into sleek, memorable ones with our free, open-sourced service. ๐ŸŒŸ

What sets us apart? High-level URL stats for insight, free API for developers, and killer customization options! ๐ŸŽจโœจ Craft personalized slugs, add password protection, or control link lifespans. โณ

Simplify your links, amplify your reach โ€“ join spoo.me and make URLs an art form! ๐ŸŽจ๐Ÿ”—

Official GITHUB Repository link : https://github.com/spoo-me/url-shortener


๐Ÿ“– Table of Contents

๐Ÿ“Œ Endpoints

Basic Structure: https://spoo.me/<short_code>

Example:

  • Short URL: https://spoo.me/ga
    • Redirects to: https://google.com
    • Short code: ga

๐Ÿ” Password Protected URLs

Basic Structure: https://spoo.me/<short_code> (redirects to password entry page)

  • Productivity Trick: Enter the password like this: https://spoo.me/<short_code>?password=<password>

๐Ÿ“ˆ Viewing URL Statistics

Basic Structure: https://spoo.me/stats/<short_code>

Example:

  • URL: https://spoo.me/stats/ga

Note: You cannot view statistics for a password-protected page without providing its password.

๐Ÿ“Š URL statistics Features

  • Detailed information about the URL, including Date of Creation, Original URL, Total Clicks, etc.
  • Graphs displaying URL click history over time, Browser Data, Platforms, Referrers, Countries (Tracks Unique Clicks too)
  • In-depth click analysis
  • QR Code for the URL

๐Ÿ› ๏ธ URL Shortener API

spoo.me has a free and open-sourced API that allows you to shorten URLs, view URL statistics, and more for your applications, websites, and services.

For detailed API documentation, please visit https://spoo.me/api

๐Ÿš€ Getting Started

๐Ÿ“‹ Prerequisites

๐Ÿ“‚ Clone the repository

git clone https://github.com/zingzy/spoo.me.git

Creating a virtual environment (Optional)

python3 -m venv venv

Activate the virtual environment (Optional)

source venv/bin/activate

๐Ÿ“ฆ Install dependencies

pip install -r requirements.txt

Creating a .env file in the root directory

touch .env

โž• Adding environment variables to .env file

MONGO_URI=<your_mongo_uri>

To get your free MongoDB Atlas Cluster, visit https://www.mongodb.com/cloud/atlas

๐Ÿš€ Starting the server

python main.py

๐Ÿค Contributing

We welcome contributions to spoo.me. Feel free to fork the repository and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.

๐Ÿ“ง Feedback / Issues / Support

To give feedback, ask a question or make a feature request, you can either use the Github Discussions

Bugs are logged using the github issue system. To report a bug, simply open a new issue.

For URL deletion requests / any other issues feel free to grill us

๐Ÿ‘€ Visual Previews

Main Page
spoo me main page

spoo me result page