Skip to content

Latest commit

 

History

History
71 lines (61 loc) · 1.6 KB

README.md

File metadata and controls

71 lines (61 loc) · 1.6 KB

SaveLink

What is SaveLink?

SaveLink is my project made for you can save your specials URLs like a video, posts, etc using Python.
Is important remember: that applicatin comes with an web interface.

Look yourself


Adding a new link

Now link is show in the interface


Installing SaveLink

Requirements

  • Python
  • lib Requests
  • lib json
    • How to Install Requests

      pip install requests
      or
      pip3 install requests

      How use SaveLink

      • 1. Made a git clone
        git clone https://github.com/PauloTheDev/SaveLink
      • 2. Access diretory of SaveLink
      • 3. Create a local server
        python3 -m http.server
      • 4. Call the application
        python3 saveLink.py
      • 5. Access the web interface
        [your-browser] localhost:8000
        If you want use in other device of your network, type this in your browser:
        http://[IP server-machine]:8000

      Tech's

      • Python3
      • JavaScript
      • HTML5
      • CSS3

      Live longer and prosper🖖