Giter Club home page Giter Club logo

online_snapshot's Introduction

Online Snapshot

standard-readme compliant

This project can help you snapshot a website by providing an url. You can learn how to build such a simple website using Django and Bootstrap.

Table of Contents

Background

I want a tool that can help me snapshot the web page and manage these snapshots. So I took a half day to develop this simple project. This is just for fun because i know it will take a lot of time to build a perfect tool. If no perfect tool can be found, maybe I will continue to develop this project.

Install

You need to download the chrome driver from https://chromedriver.chromium.org/. The version of chrome driver should match the version of Chrome which you can find by typing chrome://settings/help in the address line in Chrome.

how-to-find-chrome-version

Then change the CHROME_DRIVE to the path you put the chrome driver in the autosnap/settings.py.

CHROME_DRIVE = r"/Users/textworld/bin/chromedriver" # the bottom of file

Next, you need install Django(>=3.0.2). Google it if you don't know how.

Usage

After you run server, there are 3 pages in this website.

index-page

list-page

detail-page

First paste the url in the index page. Then click the submit button and wait for a few seconds. Then the browser will navigate you to the detail page. You will see the title, the url and an snapshot image.

Maintainers

@textworld.

Contributing

Feel free to dive in! Open an issue or submit PRs.

Standard Readme follows the Contributor Covenant Code of Conduct.

Contributors

Welcome to make contributes to this project.

License

MIT © Richard Littauer

online_snapshot's People

Watchers

James Cloos avatar Zwb avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.