Skip to content

samitnuk/urlsaver

Repository files navigation

URL saver

Saving URLs (and other text) from browser address bar.

This repository created, because with it for me will be easier to work from differ PCs. If somebody will read this I must to say sorry for my English, but I will be glad for any comments :)

I realy like how saved.io works. And it has very minimalistic design. Because I want to learn Python (like a hobby) and how it can be used for web, I will try to make something similar to saved.io using Flask and many pieces of Python code from the interenet.

For now I can test all this just on my PC, but in this app I will use URL "urlsaver.ua" instead of "127.0.0.1".

So this app should work next way:


Notes:

For testing this app on PC to etc/hosts should be added couple lines similar to these:

127.0.0.1		urlsaver.ua
127.0.0.1		groupname1.urlsaver.ua
127.0.0.1		groupname2.urlsaver.ua
...
127.0.0.1		groupnameN.urlsaver.ua

All subdomains (from "groupname1" to "groupnameN") will work on local PC and all other will not. But any subdomains will work on real server.

About

Saving URLs (and other) from browser address bar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published