-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from tweetf0rmer.user_farm import UserFarm? #5
Comments
Nah, those were very old versions... I just didn't delete them. I'll keep this open reminding me to clean those up. Thanks! |
Ahh ok, is there an intended workflow to accomplish the same thing? At first glance, it would seem like this would be done through a couple of separate steps.... CRAWL_FRIENDS -> manually combine user IDs -> BATCH_CRAWL_USER_TIMELINE -> manually combine tweet IDs -> BATCH_CRAWL_TWEET |
There is not a set workflow, and you are right, it will be a bunch of separate steps. The reason is that, sometime people need to create a social network (who follows who, who friends who) without getting the actual tweets. But certainly providing a predefined workflow will be nice... |
Right, ok that makes sense. 🍺 |
Hi there,
Are the scripts in /scripts/v1 supposed to be functional? twitter_crawler.py imports UserFarm which doesn't seem to exist in the project....
Thanks for the awesome work :)
The text was updated successfully, but these errors were encountered: