Skip to content

Commit

Permalink
Move CLI files into new subdir cli/, rename cli_data_acquisition.py -…
Browse files Browse the repository at this point in the history
…> cli/main.py and custom_types.py -> cli/custom_argument_types.py (#39)
  • Loading branch information
macpd authored Jul 4, 2024
1 parent a16d72d commit 59d2183
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Homepage = "https://github.com/CybersecurityForDemocracy/tiktok-library"
Issues = "https://github.com/CybersecurityForDemocracy/tiktok-library/issues"

[project.scripts]
tiktok-lib = "tiktok_research_api_helper.cli_data_acquisition:APP"
tiktok-lib = "tiktok_research_api_helper.cli.main:APP"

#TODO: Add Sphinx documentation auto-generation
# Libs: sphinx, sphinx-autoapi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
ApiRateLimitWaitStrategy,
TikTokApiClient,
)
from tiktok_research_api_helper.custom_types import (
from tiktok_research_api_helper.cli.custom_argument_types import (
ApiCredentialsFileType,
ApiRateLimitWaitStrategyType,
CrawlTagType,
Expand Down

0 comments on commit 59d2183

Please sign in to comment.