Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.06 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.06 KB

TweetBot4Picture

This is a dedicated web crawler for pictures which are uploaded in twitter. TweetBot4Picture monitors twitter accounts and automatically downloads pictures.

Features

  • Don't have to get Twitter API key.
    • This program accesses Twitter.com with HTTPS.
  • Can monitor private accounts.
    • Your twitter account must follow the private accounts.

How to use

You edit lists.txt and append accounts which you want to monitor, such as following:

TwitterJP
kantei
muraoka_

lists.txt includes only twitter account (doesn't include @). Write only one twitter account per line.

On Windows

  1. Download and Install Python3 Download Python | Python.org
  2. Move to a TweetBot4Picture directory.
  3. Edit lists.txt
  4. Run Python3
  5. ex. Run cmd.exe and type python.exe main.py
  6. If you don't add Python to the PATH environment, you specify full path of python.
  7. I recommend creating a bat file. You don't have to type the command anymore.

On *nix

  1. Install Python3
  2. Edit lists.txt
  3. $ python3 main.py