Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thomrl/instaget

Easily save instagram video/pictures, youtube thumbnails and twitch clips
https://github.com/thomrl/instaget

clip gallery instagram instagram-photos instagram-scraper instagram-video picture pyperclip python-3-5 python3 regex twitch twitch-clips youtube-thumbnail youtube-thumbnails

Last synced: 1 day ago
JSON representation

Easily save instagram video/pictures, youtube thumbnails and twitch clips

Awesome Lists containing this project

README

        

# InstaGet
Easily save instagram video/pictures, youtube thumbnails and twitch clips.

Just copy a link from instagram like: "https://www.instagram.com/p/BWlUWkZD0pr/?taken-by=gaming1empire" run the script, and it will get downloaded.

If you add a link for a gallery post it will download all pictures from that post.

# How to use
Things you need: Python3.5. Python modules: bs4, requests, pyperclip, lxml.

You can install them in cmd with "pip install [module]"

By default the downloaded content will be saved at "C:/InstaGet"

# For downloading twitch clips
You also need selenium (python module), firefox and (geckodriver).
On windows, download (geckodriver) and move the exe file into the python folder.

# Setup
If you do not have python 3.5 (Download Here). I suggest installing it at e.g C:\Python35 to easier find it in the cmd when you want to install modules, if that is going to be needed.

Then I recommend setting up this to the folder you keep your scripts, to easily run them with windows RUN (windows key + R).

If you dont know how to install modules it's shown here: http://i.imgur.com/Meww3nZ.png)

# Asked Questions
Q: I changed the directories but it has stil chosen the wrong one. | A: Make sure you edit the filepath before the # as the # is a comment.

Q: I've done everything explained here and it still doesnt work. | A: Have you remembered to copy a link from instagram, youtube or twitch, before running the script?