Toggle navigation
Toggle navigation
This project
Loading...
Sign in
곽윤철
/
youtube-comment-seperator
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
곽교린
2022-06-03 19:24:12 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d99a061e451873b03dd914c4b29f98cda813f33f
d99a061e
1 parent
9132f825
Add .gitignore
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
.gitignore
README.md
.gitignore
0 → 100644
View file @
d99a061
APIs.json
node_modules/
\ No newline at end of file
README.md
View file @
d99a061
...
...
@@ -99,15 +99,15 @@ Need to get free API Key
### Installation
1.
Clone the repo
```
sh
```
git clone http://khuhub.khu.ac.kr/2019102147/youtube-comment-seperator.git
```
2.
Install NPM packages
```
sh
```
npm install
```
3.
Need to Enter your API Keys in
`APIs.json`
```
json
```
"youtubeAPI" : "ENTER YOUR GOOGLE API",
"papagoClientID" : "ENTER YOUR NAVER ClientID"
"papagoClientSecret":"ENTER YOUR NAVER ClientSecret"
...
...
Please
register
or
login
to post a comment