Spark-NF / twitter_media_downloader

Twitter media downloader.
Apache License 2.0
293 stars 52 forks source link

Detailed instructions. #31

Open Caxapok-X opened 2 years ago

Caxapok-X commented 2 years ago

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.

hugomiura commented 11 months ago
  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
Caxapok-X commented 11 months ago
  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!