Coder Social home page Coder Social logo

rcmorano / 20up Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bmenendez/20up

0.0 1.0 0.0 24.45 MB

20up is a program for the backup of a Spanish social network. This program downloads all of the photos, comments, private messages and friends' information of a specific user.

Home Page: http://bmenendez.github.io/20up/

License: GNU General Public License v3.0

Python 100.00%

20up's Introduction

20up

20up is a program for the backup of a Spanish social network. This program downloads all of the photos, comments, and friends' information of a specific user.

If you have any problems, questions or improvements, please visit the Contact section of 20up web page

Executable file

You can generate your own executable for Windows and check the MD5SUM if you want. It is as easy as:

  • Follow the instructions in the official FAQ of 20up

  • Install pyinstaller

  • Open cmd, go to your 20up folder and execute:

    pyinstaller --onefile 20up.py

  • Go to 'dists' folder and execute:

    FCIV -md5 20up.exe

This way, you should have an MD5SUM calculated for your executable file. Now you are able to check this number with the one written in the official 20up MD5SUM file.

Dockerized support

Build

export PROJECT_DIR=$HOME/Projects/20up
git clone https://github.com/bmenendez/20up.git $PROJECT_DIR
cd $PROJECT_DIR
docker build -t bmenendez/20up .

Run

export PROJECT_DIR=$HOME/Projects/20up
cd $PROJECT_DIR
mkdir download
docker run -it -v $PWD/download:/volume bmenendez/20up

Use

After following the instructions, you will find the downloaded assets in "$PROJECT_DIR/download" :)

20up's People

Contributors

alvaro-cuesta avatar bmenendez avatar rcmorano avatar

Watchers

 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.