Skip to content
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

Add NoPagination Switch to Invoke-TwitterRequest #102

Closed
potatoqualitee opened this issue Jun 27, 2021 · 2 comments
Closed

Add NoPagination Switch to Invoke-TwitterRequest #102

potatoqualitee opened this issue Jun 27, 2021 · 2 comments
Assignees
Labels
CHANGELOG.6.Added CHANGELOG Entry Type enhancement New feature or request
Milestone

Comments

@potatoqualitee
Copy link
Collaborator

Can you please add a -NoPagination param (or something similar) to Invoke-TwitterRequest. Since I'm testing for just the last X minutes, I don't need my whole block list, just newly blocked, so the first page works for me.

$blocked = Get-RecentlyBlockedList -Id $Id  
Invoke-TwitterRequest: 
Line  9 |      Invoke-TwitterRequest -RequestParameters $params                                                                           |      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 
Rate limit of 15 has been reached. Please wait until 6/27/2021 10:16:42 PM before making another attempt for this resource.
@potatoqualitee potatoqualitee added the enhancement New feature or request label Jun 27, 2021
@thedavecarroll
Copy link
Owner

How does this look?

image

@thedavecarroll thedavecarroll added this to the Release 0.8.0 milestone Aug 15, 2022
@potatoqualitee
Copy link
Collaborator Author

looks fab! 🥳 thank you

@thedavecarroll thedavecarroll added the CHANGELOG.6.Added CHANGELOG Entry Type label Oct 30, 2022
@thedavecarroll thedavecarroll changed the title [New Feature] - Invoke-TwitterRequest - Please add NoPagination Add NoPagination Switch to Invoke-TwitterRequest Oct 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CHANGELOG.6.Added CHANGELOG Entry Type enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants