Git Product home page Git Product logo

mess's Introduction

mess

This repo contains a set of utilities which can be used to fetch one's messages from vk.com, download all of the message attachments, and produce a fully static html website which can be viewed with any browser locally without further need for any additional processing. There is also an option to produce this website without downloading attachments to your computer, in this case the website will contain references to attachment URLs at vk.com.

Supported attachment types are:

  • Photos (maximum size only)
  • Stickers (fixed size only)
  • Links
  • Voice Messages (mp3 format only)
  • Wall posts
  • Files (aka Documents)
  • Videos

Installation

These tools can be installed using Stack tool. You can obtain it at https://haskellstack.org. Once you have stack, installing Mess is as easy as running:

stack install

Usage

This project contains three tools:

  • mess-fetch — for fetching messages and saving them to a local binary dump file;
  • mess-cache — for dowloading all attachments which are referenced by messages in a given dump file;
  • mess-html — for producing an html website given attachments and dump obtained by the previous two utilities.

Diagram

All three tools print help text if run with --help flag, as well as bash completion which can be fed into your shell by running a command like:

source <(mess-fetch --bash-completion-script `which mess-fetch`)

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.