Skip to content

cvesh/twitchscrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitchscrape

app for scraping twitch.tv profile using RoR and ReactJS

Installation

Install the dependencies and devDependencies and start the server.

Require chrome driver for Watir gem browser access:

$ sudo apt-get install chromium-chromedriver
$ sudo ln -s /usr/lib/chromium-browser/chromedriver /usr/bin/chromedriver

Require xvfb for Headless gem:

sudo apt-get install xvfb

Development

TwitchScrape uses Rails as backend and ReactJS as frontend. Open your favorite Terminal and run these commands.

First Tab /twitchscrape:

$ rails s -p 3001

Second Tab /twitchscrape/client:

$ npm start

Preview

alt text

About

app for scraping twitch.tv profile using RoR and ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors