0

The new Github trending page allows you to search repositories by spoken language e.g. English, I'm looking for the syntax to use with PyGithub.

Is it just:

g.search_repositories(query='spoken-language:english')

Thanks

Luke Prior
  • 885
  • 2
  • 11
  • 34

1 Answers1

0

i don't know this, but, you can use speech_recognition library to convert audio to text, then you can use pygithub to search for repository.