Conversation
Contributor
|
Let's keep working on the branch till we're ready to merge @bechbd We need some deltas to neo4j:
In addition, |
Collaborator
|
Added |
webcoderz
approved these changes
Jun 29, 2020
webcoderz
approved these changes
Jun 29, 2020
webcoderz
approved these changes
Jun 29, 2020
Contributor
|
Merging as working for local (non-neo4j push) use of twint |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This begins the integration of Twint data to the dataframe format required for storing of tweets into Neo4j.
A few key differences from Twarc and other details:
twint.run.Search()twint.run.Followers()andtwint.run.Lookup()@lmeyerov and I spent some time to get the fields from the Twint df to line up with that what we were getting from Twarc, but work remains on integrating several additional fields (see https://github.com/TheDataRideAlongs/ProjectDomino/blob/twint/modules/Twint.py#L59)
Of note are:
user_mentions,retweet_id,in_reply_to_status_id.Consequently,
twintis designed to generate tweets based on Since and Until timestamps (with granularity down to a second) and can operate as a streaming mechanism, whereastwarccan be preserved for historic pulls by id.