Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.3%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: aldringstori
  • Language: Python
  • Default Branch: master
  • Size: 89.8 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Citation

README.md

A software with GUI to download youtube transcripts to text files to use mainly for collecting data for AI database, using youtube-transcript-api (https://github.com/jdepoix/youtube-transcript-api) Scraptube (https://github.com/dermasmid/scrapetube).

Features

| ✨ Features | Implemented | Description | | ----------------------- | ----------- | ------------------------------------------------------------------------- | | Single youtube video | ✅ | Single youtube video transcription download | | Single youtube shorts | ✅ | Single youtube shorts transcription download | | Massive channel download | ✅ | Bulk/Massive Youtube channel all videos | | Massive shorts download | ✅ | All shorts from a channel transcriptions download | | Playlist transcriptions | ✅ | All transcriptions from a playlist transcriptions download | | Queue multiple channels | ✅ | Put multiple channels into a queue for download | | Convert pdf books to txt | ✅ | Convert pdfs or entire books to txt |

Motivation To feed AI with your preferred youtube channel data or anything else you want to use. To people who don't know how to code and want to download the transcription file in plain text, so you don't have to watch an entire 2 hour video.

📖 Citation

If you use Wisdom Collector in a paper, check out the Citation file for the correct citation.

BibTeX

bibtex @software{Aldrin_Stori_wisdom_collector_2024, author = {Gustavo Stori, Aldrin}, license = {Apache-2.0}, month = april, title = {{Wisdom Collector}}, url = {https://github.com/A-GustavoStori/wisdom-collector}, year = {2024} }

APA

Gustavo Stori, A. (2024). Wisdom Collector [Computer software]. https://github.com/A-GustavoStori/wisdom-collector

Owner

  • Name: Aldrin Gustavo Stori
  • Login: aldringstori
  • Kind: user
  • Location: Earth
  • Company: Intuitive Logic Labs

Software Engineer, currently working as AI Engineer. MSc. in software engineering.

Citation (CITATION.cff)

cff-version: 1.2.0
title: Wisdom Collector
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Aldrin Gustavo
    family-names: Stori
    email: aldrinstori@gmail.com
repository-code: 'https://github.com/A-GustavoStori/wisdom-collector'
license: Apache-2.0
date-released: '2024-04-28'


#### BibTeX
```bibtex
@software{Aldrin_Stori_wisdom_collector_2024,
author = {Gustavo Stori, Aldrin},
license = {Apache-2.0},
month = april,
title = {{Wisdom Collector}},
url = {https://github.com/A-GustavoStori/wisdom-collector},
year = {2024}
}
```

#### APA
```
Gustavo Stori, A. (2024). Wisdom Collector [Computer software]. https://github.com/A-GustavoStori/wisdom-collector

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • requests *
  • scrapetube *
  • selenium *
  • selenium.webdriver *
  • tk *
  • youtube-transcript-api *