SpiderX allows you to watch movies by scraping data from the internet
No Data
SpiderX allows you to watch movies by scraping data from the internet. The frontend is built with Vue.js and the scraping process is handled by python scrapy framework.
import firebase from 'firebase/app'; import 'firebase/firestore';// fill the values you get from firestore const config = { apiKey: '', authDomain: '', databaseURL: '', projectId: '', storageBucket: '', messagingSenderId: '', appId: '', measurementId: '', }
firebase.initializeApp(config);
const db = firebase.firestore();
export default db;
VUE_APP_SPIDERX_HEROKU= // the hosted scraper url
npm i && npm run serve
to see the spider in action