https://github.com/andrsd/podcastista
Listen to spotify podcasts
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.7%) to scientific vocabulary
Keywords
gui
podcast
spotify
Last synced: 5 months ago
·
JSON representation
Repository
Listen to spotify podcasts
Basic Info
- Host: GitHub
- Owner: andrsd
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://andrsd.github.io/podcastista/
- Size: 4.93 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
- Releases: 1
Topics
gui
podcast
spotify
Created over 4 years ago
· Last pushed 11 months ago
Metadata Files
Readme
Contributing
License
Owner
- Name: David Andrs
- Login: andrsd
- Kind: user
- Location: Idaho Falls, Idaho, United States
- Repositories: 19
- Profile: https://github.com/andrsd
GitHub Events
Total
- Delete event: 5
- Push event: 4
- Pull request event: 10
- Create event: 5
Last Year
- Delete event: 5
- Push event: 4
- Pull request event: 10
- Create event: 5
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 4
- Average time to close issues: N/A
- Average time to close pull requests: about 8 hours
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 4
Past Year
- Issues: 0
- Pull requests: 4
- Average time to close issues: N/A
- Average time to close pull requests: about 8 hours
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 4
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (11)
Top Labels
Issue Labels
Pull Request Labels
dependencies (11)
ruby (9)
python (1)
github_actions (1)
Dependencies
requirements/devel.txt
pypi
- py2app >=0.24 development
requirements/test.txt
pypi
- coverage * test
- httpretty * test
- pytest * test
- pytest-qt >=4 test
setup.py
pypi
- Flask ==2.0.1
- PyQt5 ==5.13.1
- pyaml ==20.4.0
- python-dotenv >=0.15.0
- spotipy ==2.19.0
docs/Gemfile
rubygems
- github-pages ~> 217 development
- jekyll-feed ~> 0.12 development
- jekyll-include-cache >= 0
- jekyll-remote-theme >= 0
- minimal-mistakes-jekyll >= 0
- tzinfo ~> 1.2
- tzinfo-data >= 0
- wdm ~> 0.1.1
docs/Gemfile.lock
rubygems
- activesupport 6.0.4
- addressable 2.8.0
- coffee-script 2.4.1
- coffee-script-source 1.11.1
- colorator 1.1.0
- commonmarker 0.17.13
- concurrent-ruby 1.1.9
- dnsruby 1.61.7
- em-websocket 0.5.2
- ethon 0.14.0
- eventmachine 1.2.7
- execjs 2.8.1
- faraday 1.6.0
- faraday-em_http 1.0.0
- faraday-em_synchrony 1.0.0
- faraday-excon 1.1.0
- faraday-httpclient 1.0.1
- faraday-net_http 1.0.1
- faraday-net_http_persistent 1.2.0
- faraday-patron 1.0.0
- faraday-rack 1.0.0
- ffi 1.15.3
- forwardable-extended 2.6.0
- gemoji 3.0.1
- github-pages 217
- github-pages-health-check 1.17.2
- html-pipeline 2.14.0
- http_parser.rb 0.6.0
- i18n 0.9.5
- jekyll 3.9.0
- jekyll-avatar 0.7.0
- jekyll-coffeescript 1.1.1
- jekyll-commonmark 1.3.1
- jekyll-commonmark-ghpages 0.1.6
- jekyll-default-layout 0.1.4
- jekyll-feed 0.15.1
- jekyll-gist 1.5.0
- jekyll-github-metadata 2.13.0
- jekyll-include-cache 0.2.1
- jekyll-mentions 1.6.0
- jekyll-optional-front-matter 0.3.2
- jekyll-paginate 1.1.0
- jekyll-readme-index 0.3.0
- jekyll-redirect-from 0.16.0
- jekyll-relative-links 0.6.1
- jekyll-remote-theme 0.4.3
- jekyll-sass-converter 1.5.2
- jekyll-seo-tag 2.7.1
- jekyll-sitemap 1.4.0
- jekyll-titles-from-headings 0.5.3
- jekyll-watch 2.2.1
- jemoji 0.12.0
- kramdown 2.3.1
- kramdown-parser-gfm 1.1.0
- liquid 4.0.3
- listen 3.6.0
- mercenary 0.3.6
- minima 2.5.1
- minimal-mistakes-jekyll 4.24.0
- minitest 5.14.4
- multipart-post 2.1.1
- nokogiri 1.13.6
- octokit 4.21.0
- pathutil 0.16.2
- public_suffix 4.0.6
- racc 1.6.0
- rb-fsevent 0.11.0
- rb-inotify 0.10.1
- rexml 3.2.5
- rouge 3.26.0
- ruby-enum 0.9.0
- ruby2_keywords 0.0.5
- rubyzip 2.3.2
- safe_yaml 1.0.5
- sass 3.7.4
- sass-listen 4.0.0
- sawyer 0.8.2
- simpleidn 0.2.1
- terminal-table 1.8.0
- thread_safe 0.3.6
- typhoeus 1.4.0
- tzinfo 1.2.9
- unf 0.1.4
- unf_ext 0.0.7.7
- unicode-display_width 1.7.0
- zeitwerk 2.4.2
.github/workflows/flake8.yml
actions
- actions/checkout v3 composite
- actions/setup-python v1 composite
- py-actions/flake8 v1 composite
.github/workflows/test.yml
actions
- actions/checkout v3 composite
- actions/download-artifact v2 composite
- actions/setup-python v1 composite
- actions/upload-artifact v2 composite
- codecov/codecov-action v1 composite
