Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lillyschramm/youtubelivechatcrawler-api
- Owner: LillySchramm
- License: mit
- Created: 2021-04-24T20:50:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-24T21:19:17.000Z (over 3 years ago)
- Last Synced: 2024-11-08T18:53:30.518Z (about 2 months ago)
- Topics: youtube-livechat-crawler
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!