There was an error while loading. Please reload this page.
1 parent f513619 commit aefdbf7Copy full SHA for aefdbf7
APIScripts/New API/News_API.py
@@ -21,7 +21,7 @@ def Check(input_countries):
21
if __name__ == "__main__":
22
while 1:
23
# Get your API key from New API
24
- newsapi = NewsApiClient(api_key='0864a52124954666bb3e1fd0f7fbb1e6')
+ newsapi = NewsApiClient(api_key='Your API Key')
25
26
input_country = input("Country: ") # Taking country name input
27
input_countries = [f'{input_country.strip()}']
0 commit comments