issues Search Results · repo:eadwinCode/shoutcast_api language:Python
Filter by
5 results
(89 ms)5 results
ineadwinCode/shoutcast_api (press backspace or delete to remove)should be
from shoutcast_api import get_stations_by_now_playing
response = get_stations_by_now_playing(api_key, ct= john legend , limit=100, br=128)
Axel-Erfurt
- Opened on Apr 19, 2021
- #13
Hello,
I noticed in your code
https://github.com/eadwinCode/shoutcast_api/blob/4f591de98da96826bf82cd20cf00e430ddacd9b6/shoutcast_api/genres.py#L76
You should be aware that python-request is able to ...
s-celles
- Opened on Nov 18, 2020
- #8
Hello,
I m not a specialist of type annotations in Python, but I noticed you are using them quite intensively in your code.
Maybe you should consider using mypy for statical type checking and add it ...
s-celles
- 1
- Opened on Nov 18, 2020
- #4
Hello,
I noticed
https://github.com/eadwinCode/shoutcast_api/blob/2f7904b8178e39a46d93397b50efc3a42a03cd76/tests/test_genres.py#L8 (and
in other test files)
Maybe you should name this environment variable ...
s-celles
- 1
- Opened on Nov 17, 2020
- #3
Hello @eadwinCode,
I noticed you are using python-requests. I think you can quite easily implement a way to cache queries using
requests-cache
See how it s being used in https://pandas-datareader.readthedocs.io/en/latest/cache.html ...
s-celles
- 1
- Opened on Nov 17, 2020
- #2

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.