DoctorDream

Results 4 comments of DoctorDream

@Altimis Thank you very much for your reply, your program basically met my needs, but I also encountered a little bit of problems in the process of using. I use...

@Altimis Yes, that's what I means. For a tweet, I don't have to collect all the responses. I just need to collect the highly praised ones, because those replies tend...

@Altimis Thank you very much! Actually,I just need to crawl tweets with replies to form dialogues,so i dont need to crwal tweet with specific tweet_id.

__init__.py中需要增加两处: 1. from .vit import ViT 2. 在__all__的list中加上'ViT'