Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muranoya/tweetbot4picture
Web crawler for pictures which are uploaded in twitter
https://github.com/muranoya/tweetbot4picture
Last synced: 18 days ago
JSON representation
Web crawler for pictures which are uploaded in twitter
- Host: GitHub
- URL: https://github.com/muranoya/tweetbot4picture
- Owner: muranoya
- License: gpl-3.0
- Created: 2016-12-04T17:17:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-06T06:08:01.000Z (about 8 years ago)
- Last Synced: 2024-11-10T07:40:59.613Z (3 months ago)
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://www.python.org/downloads/)
1. Move to a TweetBot4Picture directory.
1. Edit lists.txt
1. Run Python3
1. ex. Run cmd.exe and type python.exe main.py
1. If you don't add Python to the PATH environment, you specify full path of python.
1. I recommend creating a bat file. You don't have to type the command anymore.### On *nix
1. Install Python3
1. Edit lists.txt
1. $ python3 main.py