Skip to content

Soviena/twisv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Image Save

simple python code to download twitter media (picture and video) to a dedicated folder identified by the username

Usage

without installing: python twisv.py <tweet url> or just python twisv.py

Demo

2022-05-26.10-52-57.mp4

Installation

  1. Download latest version from release page or git clone https://github.com/Soviena/twisv
  2. cd twisv
  3. python setup.py install as admin or sudo python setup.py install
  4. twisv will be installed and just type twisv <tweet url> or twisv anywhere to run the program

Uninstall

  • pip uninstall kaasi-cli or sudo pip uninstall kaasi-cli

Dependency

  1. requests
  2. platformdirs

Notice

You need to create your own bot token from twitter, you can get it here Twitter API Key