Spaces:
Running
Running
Correcting imports
Browse files- config.yaml +5 -5
config.yaml
CHANGED
|
@@ -28,9 +28,9 @@ source:
|
|
| 28 |
- '`app_url` is application url on play store'
|
| 29 |
- 'For example for Gmail - https://play.google.com/store/apps/details?id=com.google.android.gm&hl=en_IN&gl=US'
|
| 30 |
source:
|
| 31 |
-
_target_: obsei.source.PlayStoreScrapperSource
|
| 32 |
config:
|
| 33 |
-
_target_: obsei.source.PlayStoreScrapperConfig
|
| 34 |
app_url: "https://play.google.com/store/apps/details?id=com.google.android.gm&hl=en_IN&gl=US"
|
| 35 |
lookup_period: "1h"
|
| 36 |
max_count: 5
|
|
@@ -42,9 +42,9 @@ source:
|
|
| 42 |
- 'For `queries` enter google maps urls or place ids, for example'
|
| 43 |
- "https://www.google.co.in/maps/place/Taj+Mahal/@27.1751496,78.0399535,17z/data=!4m5!3m4!1s0x39747121d702ff6d:0xdd2ae4803f767dde!8m2!3d27.1751448!4d78.0421422"
|
| 44 |
source:
|
| 45 |
-
_target_: obsei.source.
|
| 46 |
config:
|
| 47 |
-
_target_: obsei.source.
|
| 48 |
api_key: ''
|
| 49 |
queries:
|
| 50 |
- "https://www.google.co.in/maps/place/Taj+Mahal/@27.1751496,78.0399535,17z/data=!4m5!3m4!1s0x39747121d702ff6d:0xdd2ae4803f767dde!8m2!3d27.1751448!4d78.0421422"
|
|
@@ -369,4 +369,4 @@ analyzer:
|
|
| 369 |
config:
|
| 370 |
_target_: obsei.analyzer.dummy_analyzer.DummyAnalyzerConfig
|
| 371 |
analyzer:
|
| 372 |
-
_target_: obsei.analyzer.dummy_analyzer.DummyAnalyzer
|
|
|
|
| 28 |
- '`app_url` is application url on play store'
|
| 29 |
- 'For example for Gmail - https://play.google.com/store/apps/details?id=com.google.android.gm&hl=en_IN&gl=US'
|
| 30 |
source:
|
| 31 |
+
_target_: obsei.source.playstore_scrapper.PlayStoreScrapperSource
|
| 32 |
config:
|
| 33 |
+
_target_: obsei.source.playstore_scrapper.PlayStoreScrapperConfig
|
| 34 |
app_url: "https://play.google.com/store/apps/details?id=com.google.android.gm&hl=en_IN&gl=US"
|
| 35 |
lookup_period: "1h"
|
| 36 |
max_count: 5
|
|
|
|
| 42 |
- 'For `queries` enter google maps urls or place ids, for example'
|
| 43 |
- "https://www.google.co.in/maps/place/Taj+Mahal/@27.1751496,78.0399535,17z/data=!4m5!3m4!1s0x39747121d702ff6d:0xdd2ae4803f767dde!8m2!3d27.1751448!4d78.0421422"
|
| 44 |
source:
|
| 45 |
+
_target_: obsei.source.google_maps_reviews.OSGoogleMapsReviewsSource
|
| 46 |
config:
|
| 47 |
+
_target_: obsei.source.google_maps_reviews.OSGoogleMapsReviewsConfig
|
| 48 |
api_key: ''
|
| 49 |
queries:
|
| 50 |
- "https://www.google.co.in/maps/place/Taj+Mahal/@27.1751496,78.0399535,17z/data=!4m5!3m4!1s0x39747121d702ff6d:0xdd2ae4803f767dde!8m2!3d27.1751448!4d78.0421422"
|
|
|
|
| 369 |
config:
|
| 370 |
_target_: obsei.analyzer.dummy_analyzer.DummyAnalyzerConfig
|
| 371 |
analyzer:
|
| 372 |
+
_target_: obsei.analyzer.dummy_analyzer.DummyAnalyzer
|