-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ms_rewards.py #1
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only changed the strings
This literally breaks the program? 'f' in front of the strings is used to format the strings and replace the "{string}" pattern in the strings with the actual variable values. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test the program please...
@@ -101,7 +101,7 @@ def get_search_terms(): | |||
for date in dates: | |||
try: | |||
# get URL, get api response and parse with json | |||
url = f'https://trends.google.com/trends/api/dailytrends?hl=en-US&ed={date}&geo=US&ns=15' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Program literally breaks here.
Does this work for rpi and can this be updated I think you can make this more popular by making it work with the different raspberry pi's and fixing the issues I'm pretty sure this is a thing a lot of people would want to do just they don't have the knowledge to do it like I don't have the knowledge to do it |
I delete the "f" in the whole file but if i try to use the command: sudo python3.6 ms_rewards.py --headless --mobile --pc --quiz -> there are new errors Traceback (most recent call last): pls help me |
so how do i get the e.microsoft.com link for my email? please help |
No description provided.