Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thomrl/instaget
- Owner: Thomrl
- Created: 2017-07-04T12:30:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T19:20:51.000Z (about 6 years ago)
- Last Synced: 2025-01-19T07:42:27.081Z (3 days ago)
- Topics: clip, gallery, instagram, instagram-photos, instagram-scraper, instagram-video, picture, pyperclip, python-3-5, python3, regex, twitch, twitch-clips, youtube-thumbnail, youtube-thumbnails
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes.txt
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?