Error /src/gmaps.py", line 58 #136
TenaciousJurado
started this conversation in
General
Replies: 2 comments 2 replies
-
If I don't want to extract social networks or email, is it mandatory to add the API? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Could you share code, Also you may use tool without api. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have free API and I paste it in main.py as you advise, but I get the following error:
Traceback (most recent call last): File "main.py", line 1, in <module> from src import Gmaps File "/src/__init__.py", line 1, in <module> from .gmaps import Gmaps File "/src/gmaps.py", line 58 print(f"Could not get social details for {len(credits_exhausted)} places due to credit exhaustion. Please consider upgrading your plan by visiting https://rapidapi.com/Chetan11dev/api/website-social-scraper-api/pricing to continue scraping social details.") ^ SyntaxError: invalid syntax
Beta Was this translation helpful? Give feedback.
All reactions