Skip to content

A small & Simple little script to download videos from twitter. (Using youtube-dl)

Notifications You must be signed in to change notification settings

therealOri/twish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Twish

A small & Simple little script to download videos from twitter. (Using youtube-dl)

If you have anything you'd like to add to this script and improove it, then please feel free to make a pull request!




Example

image




Ussage

I will give you some steps on how to use this script if you are on Windows and some extra help if on linux for permissions. I couldn't be asked to re-write this script in batch/.bat. If you know how to script in .bat/batch then please contribute and make a pull request. I'd love to have a bat and a .sh version of this script for those on any platform. (If you know how to script and make this work on mac then by all means, make a pull request too).



  • Windows

Firstly, you WILL need to download and install Git. You will also need python3. Pip does come with it so don't worry about that. After this is all installed and setup you can then run the following commands in Git.

git clone https://github.com/therealOri/twish.git
cd twish
pip install virtualenv
virtualenv twshENV
source twshENV/bin/activate
pip install -r requirements.txt
git update-index chmod +x tdl.sh  |  #If this command doesn't work, try the linux version below. If that still doesn't work, please create an issue!
./tdl.sh  |  #If this doesn't work, try "bash tdl.sh"...If it still doesn't work, please make an issue!


  • Linux

Because you are on linux already, You will not need to install or setup anything in advance. It'll be pretty standard. I prefer users use virtual enviroments when working with python/pip as any packages you pip install will be contained to the project at hand and not clogging up your system with thousands of packaes from different projects.

git clone https://github.com/therealOri/twish.git
cd twish
pip install virtualenv
virtualenv twshENV
source twshENV/bin/activate
pip install -r requirements.txt
chmod +x tdl.sh
./tdl.sh




Support | Buy me a coffee <3

Donate to me here:

image

About

A small & Simple little script to download videos from twitter. (Using youtube-dl)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages