Using PyGithub, I'm trying to search for github repositories using multiple topics.
This works for one topic:
Github.search_repositories("topic:topicname1")
But how do I add others? I've tried "topic:topicname1+topic:topicname2" but that doesn't seem to work. Adding multiple topic arguments also doesn't work.