URL Shortener with Python

I'm not sure but I think, most URL shorteners use a random string. I think that they insert the URL to a database, then use the ID of the new record as the short URL in encoded base 36 or 62...
 
Can I do bulk, like 100-1000s at a time?
Looks like a library to me, not a complete project. So, if you have an array of links, you could loop them..

I dunno what is the point of this thread tho lol. It’s your project op? If so, why share a project that has been archived already? I guess you are not accepting contributions to it anyway.

for reference
1671632844686.png


If it is not your project, then lol.. I dunno why you would share a library, and not something complete. In fact, there are good url shortener scripts in github anyway. Just google it guys and girls if you need one.
 
Last edited:
Looks like a library to me, not a complete project. So, if you have an array of links, you could loop them..

I dunno what is the point of this thread tho lol. It’s your project op? If so, why share a project that has been archived already? I guess you are not accepting contributions to it anyway.

for reference
View attachment 236469

If it is not your project, then lol.. I dunno why you would share a library, and not something complete. In fact, there are good url shortener scripts in github anyway. Just google it guys and girls if you need one.
https://www.merriam-webster.com/dictionary/mistake
Code:
 : a wrong action or statement proceeding from faulty judgment, inadequate knowledge, or inattention


Apologies it was outdated which I didn't notice previously.
https://github.com/search?l=Python&q=url+shortner&type=Repositories
Here are some alternatives, you can change the search query as well.
 
Back
Top