twitter-archive
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:
To run:

    python3 store_user.py 
    python3 store_seach.py ""

This will crawl up to 3,200 tweets from the user, or about a week of tweets from the search, and store each one as a JSON file in:

    tweets/users//
    tweets/searches//

You can re-run the program at any time and it will attempt to update the archive with any new tweets, as well as try to find older tweets if it hasn't crawled them all yet.

You can also update all users and searches by simply running:

    python3 update.py

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。