Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
mark a9d5eb6200 Update 'README.md' 3 роки тому
.gitignore ignore default output dir 3 роки тому
README.md Update 'README.md' 3 роки тому
UNLICENSE.txt rename to UNLICENSE.txt 3 роки тому
config.example.json first working version 3 роки тому
main.py move tweet deletion out of the downloading loop so it actually downloads multiple images lmao 3 роки тому
requirements.txt fix requirements.txt 3 роки тому

README.md

tmw

Twitter Media Watcher

Watches a twitter account for media to be posted, and then downloads it.

Why?

I wanted to get screenshots off of my Switch easier. Making a dummy twitter account and this script proved to be the easiest way.

Configuration

Config goes in config.json

At some point i'll make it not require creating an application manually, maybe.

Lmao twitter doesn't let you do this so you're stuck having to make an application yourself sorry that twitter is so garbage

  • consumer_key: Your twitter api consumer key
  • consumer_secret: twitter api consumer secret
  • access_token: twitter api access token
  • access_secret: twitter api access secret
  • burn_after_reading: true/false: If true, deletes tweets after downloading the media.
  • output_dir: Where to download stuff.

How to run

  1. pip install -r requirements.txt
  2. Do up ur config.json all fancy like according to the above.
  3. python main.py

Warnings

  • This thing seems to crash if you leave it running for a while. I'm still working on trying to fix that issue.
  • KEEP IN MIND if you have burn_after_reading enabled it will delete all media tweets after downloading them. It doesn't limit itself to ones posted from a Switch.