twitter_media_downloader icon indicating copy to clipboard operation
twitter_media_downloader copied to clipboard

Detailed instructions.

Open Caxapok-X opened this issue 2 years ago • 2 comments

Can someone explain how to use this script? I am not a programmer at all and do not quite understand where to enter the line.

Caxapok-X avatar Mar 11 '22 12:03 Caxapok-X

  1. Clone this repository
  2. Create a Python virtual environment
  3. Activate then virtual environment
  4. Install requirements.txt
  5. Create a basic APP on Twitter's dev portal
  6. Save the APP's credentials (consumer key&secret and access token&secret)
  7. Run the file: python twitter_media_downloader.py -o out -f "[%date%] %filename%.%ext%" -s large -u UserName

hugomiura avatar Sep 25 '23 13:09 hugomiura

  1. Clone this repository
  2. Create a Python virtual environment
  3. Activate then virtual environment
  4. Install requirements.txt
  5. Create a basic APP on Twitter's dev portal
  6. Save the APP's credentials (consumer key&secret and access token&secret)
  7. Run the file: python twitter_media_downloader.py -o out -f "[%date%] %filename%.%ext%" -s large -u UserName

Thank you very much!

Caxapok-X avatar Sep 25 '23 18:09 Caxapok-X