Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geraldohomero/dh-youtube-research
Digital Humanities Youtube Research Database (Research Proposal)
https://github.com/geraldohomero/dh-youtube-research
data-analysis data-mining digital-history digital-humanities python research-data-management research-tool youtube-api-v3
Last synced: about 8 hours ago
JSON representation
Digital Humanities Youtube Research Database (Research Proposal)
- Host: GitHub
- URL: https://github.com/geraldohomero/dh-youtube-research
- Owner: geraldohomero
- Created: 2024-03-25T00:04:36.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-27T19:50:41.000Z (19 days ago)
- Last Synced: 2024-12-27T20:27:42.422Z (19 days ago)
- Topics: data-analysis, data-mining, digital-history, digital-humanities, python, research-data-management, research-tool, youtube-api-v3
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Citation: citation.cff
Awesome Lists containing this project
README
## Digital Humanities Youtube Research Database (PhD Research Proposal)
## Base de dados
Essa base de dados irá contar com as seguintes ferramentas para análise
### **Python e Whisper (OpenAI)**
- Transcrição dos vídeos (Python e Whisper/OpenAI)
- Web scrapping (Python) e Google API V3 YouTube
- [Whisper](https://openai.com/index/whisper/) - [GitHub](https://github.com/openai/whisper)
### **YouTube data tools e Google API**
>Para cada vídeo:
- Autores (Canais)
- URLs
- Data do vídeo
- Número de visualizações
- Número de likes
- Número de comentários
- Conteúdo dos comentários
- Número de likes dos comentários> Arquivo `.env`:
```python
YOUTUBE_DATA_V3 =
```