-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Motivation
For a long running command (longer than 1 minute) for a big table (like pull requests or commits), it can be tricky to know if the script is still running, or if a rate limit/error was encountered
We know how many pages there are, so it may be possible to indicate how many remain.
github-to-sqlite/github_to_sqlite/utils.py
Line 367 in a6e237f
url = "https://api.github.com/repos/{}/pulls?state=all&filter=all".format(repo) |
Resources
- Using the existing Click API:
- Loading spinner: https://github.com/pavdmyt/yaspin
- Progress bar: https://github.com/tqdm/tqdm
jrhizor, JeffCarpenter and choldgraf
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request