Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lillyschramm/youtubelivechatcrawler-api

This is an API desinged to be used in an complementary way with my "Youtube Livechat Crawler" Project.
https://github.com/lillyschramm/youtubelivechatcrawler-api

youtube-livechat-crawler

Last synced: 1 day ago
JSON representation

This is an API desinged to be used in an complementary way with my "Youtube Livechat Crawler" Project.

Awesome Lists containing this project

README

        

# Youtube-Livechatcrawler-API

This an an API desinged to be used in an complementary way with my [Youtube Livechat Crawler](https://github.com/EliasSchramm/Youtube-Livechat-Crawler) Project.

## Setup

### Requirements

- An Linux server
- An text editor like nano
- An node instalation
- An Youtube-Data-V3 API key
- An ssl certificate
- An mongoDB installation

### Instalation process

- Clone this repo ```git clone https://github.com/EliasSchramm/Youtube-Livechatcrawler-API.git```
- ... and cd into it ```cd Youtube-Livechatcrawler-API/api/```
- Install node modules ```npm install```
- Fill your informations into ```tools/sftp.js```, ```tools/youtube.js``` and ```tools/sftp.js```
- And your ready to go!