Skip to content

muranoya/TweetBot4Picture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web crawler for pictures which are uploaded in twitter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages