This repository was archived by the owner on Aug 12, 2024. It is now read-only.
added functionality for scraping based on recency#106
Open
jacobmas wants to merge 1 commit intobisguzar:masterfrom
Open
added functionality for scraping based on recency#106jacobmas wants to merge 1 commit intobisguzar:masterfrom
jacobmas wants to merge 1 commit intobisguzar:masterfrom
Conversation
…medelta parameter, i.e. allowing scraping of only the most recent tweets instead of pages alone. Note that it still cuts off based on pages
Owner
| Such a good idea! I think it can would be better if works standalone (instead of based on pages). |
Author
| The problem is that without the pages functionality, you lose flexibility of cutting off early in case a particular account has done a massive amount of tweeting over the time period (in which case your end application will slow down). …On Wed, Feb 12, 2020 at 12:39 PM Buğra İşgüzar ***@***.***> wrote: Such a good idea! I think it can would be better if works standalone (instead of based on pages). If you can update documentations too we I can merge. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#106?email_source=notifications&email_token=AEW57PZWTB2NIZJIHUCLMGLRCQX6DA5CNFSM4KSOOOJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELRWEQQ#issuecomment-585327170>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AEW57PYL3FRHN5PBLPPCMULRCQX6DANCNFSM4KSOOOJQ> . -- -Jacob Alperin-Sheriff |
Owner
| I see, but documentation still needed. |
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 subscribe to this conversation on GitHub. Already have an account? Sign in.
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.
adds timedelta parameter, i.e. allowing scraping of only the most recent tweets instead of pages alone. Note that it still cuts off based on pages