We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe5db8 commit f572efcCopy full SHA for f572efc
Makefile
@@ -51,6 +51,7 @@ test-sq-matrix:
51
@make test-sq y=2021 v=3340100
52
@make test-sq y=2023 v=3430000
53
@make test-sq y=2023 v=3440000
54
+ @make test-sq y=2024 v=3450300
55
56
update-mocks:
57
@rm -rf ./tests/mocked-data/raw_*.json
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "twscrape"
7
-version = "0.11.1"
+version = "0.12"
8
authors = [{name = "vladkens", email = "v.pronsky@gmail.com"}]
9
description = "Twitter GraphQL and Search API implementation with SNScrape data models"
10
readme = "readme.md"
0 commit comments