Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
51b8346
test EC
tristar82 Nov 8, 2019
7455674
created .gitignore file
tristar82 Nov 8, 2019
d286297
updated scraping files
tristar82 Nov 8, 2019
84b4844
updated scraping files and updated gitignore
tristar82 Nov 8, 2019
34eaf84
clean up
tristar82 Nov 8, 2019
edbe188
testing files for Youtube API
GuillemGodayol Nov 8, 2019
62b312a
moved IPYNB files
tristar82 Nov 8, 2019
7c9cbd8
files with no keys
GuillemGodayol Nov 8, 2019
aa3dd29
Merge branch 'master' of https://github.com/GuillemGodayol/Project-We…
GuillemGodayol Nov 8, 2019
8f78924
Connected to the API. Defined a function that takes a list of channel…
pszewach Nov 12, 2019
bf34ec0
Merge branch 'master' of https://github.com/GuillemGodayol/Project-We…
pszewach Nov 12, 2019
69a5c78
updated file to clean the scraped data
tristar82 Nov 12, 2019
1c8c7e6
updated gitignore and created YoutubeAPI cleaned file
GuillemGodayol Nov 12, 2019
fd9e6d6
remove testing files and updating YoutubeAPI with dataframe
GuillemGodayol Nov 12, 2019
61f6c17
Merge branch 'master' of https://github.com/GuillemGodayol/Project-We…
tristar82 Nov 12, 2019
c961b61
created a function to apply the the PTxHxMxS column
tristar82 Nov 12, 2019
9cf9ab5
created SQL script to create tables
tristar82 Nov 13, 2019
056ca0e
updated file with SQL connection details and also correct way to push…
tristar82 Nov 13, 2019
abdba61
Created Data Folder with some datasets and updated cleaning file
GuillemGodayol Nov 13, 2019
b096531
Merge branch 'master' of https://github.com/GuillemGodayol/Project-We…
GuillemGodayol Nov 13, 2019
32eb0fc
Delete .DS_Store
pszewach Nov 13, 2019
39b3b83
Merge branch 'master' of https://github.com/GuillemGodayol/Project-We…
pszewach Nov 13, 2019
21e300d
Updated fifile YoutubeAPI and created Top3_durations csv file
GuillemGodayol Nov 13, 2019
03c8fcf
Merge branch 'master' of https://github.com/GuillemGodayol/Project-We…
GuillemGodayol Nov 13, 2019
84a0dbd
updated webscraping method and added DB connection details
tristar82 Nov 13, 2019
49ebe2b
Created Data Analysis File
pszewach Nov 14, 2019
3047721
deleted some files and stuff
tristar82 Nov 14, 2019
5f43ca7
Merge branch 'master' of https://github.com/GuillemGodayol/Project-We…
tristar82 Nov 14, 2019
cef2961
deleted old files
tristar82 Nov 14, 2019
fd086e0
re added websscraping files
tristar82 Nov 14, 2019
79fc13b
added tableau folder
tristar82 Nov 14, 2019
c14a3cc
put all in order, created new API file and Tableau visualization
GuillemGodayol Nov 14, 2019
3a7fa87
deleted non-useful file
GuillemGodayol Nov 14, 2019
f7388d5
Merge branch 'master' of https://github.com/GuillemGodayol/Project-We…
pszewach Nov 14, 2019
ec3c086
created new SQL file for al 3 tables
tristar82 Nov 14, 2019
6e53d34
created new SQL file for al 3 tables
tristar82 Nov 14, 2019
6cda2e7
created excel files
GuillemGodayol Nov 14, 2019
19a0519
Merge branch 'master' of https://github.com/GuillemGodayol/Project-We…
tristar82 Nov 14, 2019
ad38d04
updated readme file
GuillemGodayol Nov 14, 2019
dd11a3d
Merge branch 'master' of https://github.com/GuillemGodayol/Project-We…
tristar82 Nov 14, 2019
0f41c72
updated readme
tristar82 Nov 14, 2019
2b8178e
added images of the 2 graphs
tristar82 Nov 14, 2019
abffec7
Merge branch 'master' of https://github.com/GuillemGodayol/Project-We…
pszewach Nov 14, 2019
9655b80
cleaned scraping file and removed older versions into Archive
tristar82 Nov 15, 2019
9e10104
Added Paper
pszewach Nov 15, 2019
c766ab6
Merge branch 'master' of https://github.com/GuillemGodayol/Project-We…
pszewach Nov 15, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 93 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@

# Created by https://www.gitignore.io/api/macos,windows,jupyternotebooks,visualstudiocode
# Edit at https://www.gitignore.io/?templates=macos,windows,jupyternotebooks,visualstudiocode

### JupyterNotebooks ###
# gitignore template for Jupyter Notebooks
# website: http://jupyter.org/

.ipynb_checkpoints
*/.ipynb_checkpoints/*

# IPython
profile_default/
ipython_config.py

# Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/

### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

### VisualStudioCode Patch ###
# Ignore all local history of files
.history

### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/
/your-project/archive/
apikey.py
/your-project/__pycache__/
__pycache__

#Folders
/your-project/archive/
/your-project/Web-Scraping/archive/
/your-project/SQL-Data-Repository/archive/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

# End of https://www.gitignore.io/api/macos,windows,jupyternotebooks,visualstudiocode
Loading