-
Notifications
You must be signed in to change notification settings - Fork 13
Webcoderz twint update #85
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
d6dcaff
fixing search username function due to twint deprecation
webcoderz a80fd10
Merge branch 'master' of https://github.com/TheDataRideAlongs/Project…
webcoderz 1952dec
Merge branch 'master' of https://github.com/TheDataRideAlongs/Project…
webcoderz dace204
user info, replies, and user timeline inline with twint and bugfix fo…
webcoderz a21425d
user info, replies, and user timeline inline with twint and bugfix fo…
webcoderz 22703c3
user info, replies, and user timeline inline with twint and bugfix fo…
webcoderz 1b25c1d
user info, replies, and user timeline inline with twint and bugfix fo…
webcoderz 7be53b0
user info, replies, and user timeline inline with twint and bugfix fo…
webcoderz c15740e
changed user_Created_At twint df inferrence inline with twints user c…
webcoderz 89ed4d6
changed user_Created_At twint df inferrence inline with twints user c…
webcoderz f6f2923
changed user_Created_At twint df inferrence inline with twints user c…
webcoderz 7ea6ca5
adding quo
webcoderz 53367f3
removed user created at from initial conversion
webcoderz b967545
Update Neo4jDataAccess.py
webcoderz 604e5a6
enrich_user_tl_and_info function to grab a users timeline and info an…
webcoderz d57ee6d
enrich_user_tl_and_info function to grab a users timeline and info an…
webcoderz c5d6096
enrich_user_tl_and_info function to grab a users timeline and info an…
webcoderz dbfa95e
enrich_user_tl_and_info function to grab a users timeline and info an…
webcoderz 08838d4
enrich_user_tl_and_info function to grab a users timeline and info an…
webcoderz a39bdc5
enrich_user_tl_and_info function to grab a users timeline and info an…
webcoderz 91eeed0
timestamp to date time conversion for neo
webcoderz 8b1ae3d
timestamp to date time conversion for neo
webcoderz 6b81244
timestamp to date time conversion for neo
webcoderz cebae1f
timestamp to date time conversion for neo
webcoderz 43c2ac8
timeline writer for enrich_user_tl_and_info functionality.
webcoderz 72843ab
timeline writer for enrich_user_tl_and_info functionality.
webcoderz f6a89b8
timeline writer for enrich_user_tl_and_info functionality.
webcoderz f5b70c9
timeline writer for enrich_user_tl_and_info functionality.
webcoderz 21cd16f
adding flag to pull retweets
webcoderz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
user info, replies, and user timeline inline with twint and bugfix fo…
…r "created at" datetime bug
- Loading branch information
commit dace204d312df5aab29fbb18f7d9a4a7d7f70e28
There are no files selected for viewing
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@webcoderz afaict, and following the naming convention,
neo4j_df['user_created_at']is for user account creation date andneo4j_df['created_at']for tweet creation date. So instead of addingneo4j['date'], we should put it inneo4j['user_created_at']orneo4j['created_at']There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yea we don't really need it i made this commit before i noticed the bug with neo4jdf["created_at"] theyre both the same now .. in twint when you get the user info the user created date would be df["join_datetime"]