mateus-werneck / MidiaSave

Python application to download Instagram and Twitter media. Aplicativo em Python para baixar arquivos de midias do Instagram e Twitter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LinkedIn


Logo

Simple Media Saver

Simple Python application to save Instagram and Twitter media (Pictures, Videos, GIFs, Stories)

Aplicação em Python para salvar arquivos de mídia do Instragram e Twitter (Imagens, Videos, GIFs e Stories)
Português Brasil


· Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Things to do
  5. Português Brasil

About The Project

image

Built With

Getting Started

Prerequisites

  • Python

      https://www.python.org/ftp/python/3.9.2/python-3.9.2-amd64.exe

    image

  • Dependencies

    pip install beautifulsoup4 requests selenium urllib3 wxpython moviepy natsort

    image

Installation

Windows

  1. Download the latest release

    Download MediaSaver_EN.zip on https://github.com/mateus-werneck/MidiaSave/releases
  2. Extract it anywhere you want

  3. Open MediaSaver


Linux

  1. Install Python
    sudo apt install python3.9
  2. Install geckdriver(Selenium)
    https://github.com/mozilla/geckodriver/releases
  3. Clone the repository
    git clone  https://github.com/mateus-werneck/MidiaSave.git
  4. Open the directory
    cd MidiaSave
  5. Execute MediaSaver
     python3 MediaSaverEN.py

6.Create an Alias (Optional)

 1. sudo nano ~/.bash_aliases  2.Then type: alias mediasave='python3 ~/MidiaSave/MediaSaverEN.py'  3. Save file  4. source ~/.bash_aliases

Usage

image

image image

image

Things to do

1. Add Twitter video saving functionality (Only Images and Gif for now)

  1. Improvements to the UI and general stability



Português Brasil







Logo

Simple Media Saver

Aplicação em Python para salvar arquivos de mídia do Instragram e Twitter (Imagens, Videos, GIFs e Stories)



· Reportar Bug · Requisitar Novo Recurso

Índice

  1. Sobre o Projeto
  2. Como Começar
  3. Como Usar
  4. O que Falta

Sobre O Projeto

image

Ferramentas Utilizadas

Como Começar

Pré-requisitos

  • Python

      https://www.python.org/ftp/python/3.9.2/python-3.9.2-amd64.exe

    image

  • Dependências

    pip install beautifulsoup4 requests selenium urllib3 wxpython moviepy natsort

    image

Instalação

Windows

  1. Baixe a versão mais recente

    Baixe o arquivo MidiaSave_BR.zip em https://github.com/mateus-werneck/MidiaSave/releases
  2. Extraia a pasta MidiaSave para o lugar que achar melhor

  3. Abra o arquivo MidiaSaver


Linux

  1. Instale o Python
    sudo apt install python3.9
  2. Instale o geckdriver(Selenium)
    https://github.com/mozilla/geckodriver/releases
  3. Clone o repositório
    git clone  https://github.com/mateus-werneck/MidiaSave.git
  4. Abra o diretório no terminal
    cd MidiaSave
  5. Execute o MediaSaver
     python3 main.py

6.Criar um Alias (Optional)

 1. sudo nano ~/.bash_aliases 2.Digite: alias mediasave='python3 ~/MidiaSave/english_main.py' 3. Salve o arquivo 4. source ~/.bash_aliases

Como Usar

image

image image

image

O que Falta

1. Implementar método para salvar Videos do Twitter. Por enquanto apenas Imagens e GIFs

  1. Pequenos ajustes na UI e na estabilidade geral do programa

About

Python application to download Instagram and Twitter media. Aplicativo em Python para baixar arquivos de midias do Instagram e Twitter.


Languages

Language:Python 100.0%