{"id":26294525,"url":"https://github.com/chrismichaelps/scrapinganimeyt","last_synced_at":"2026-04-12T15:51:17.017Z","repository":{"id":99180162,"uuid":"151035522","full_name":"chrismichaelps/ScrapingAnimeYT","owner":"chrismichaelps","description":"Scraping AnimeYT website from scrach using cheerio","archived":false,"fork":false,"pushed_at":"2018-10-15T17:21:47.000Z","size":684,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-03T15:43:31.366Z","etag":null,"topics":["anime","animeyt","flask","node","python","scraping-animeyt","scraping-websites","vuejs"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chrismichaelps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-01T04:15:40.000Z","updated_at":"2020-09-18T20:00:24.000Z","dependencies_parsed_at":"2023-06-04T11:30:36.181Z","dependency_job_id":null,"html_url":"https://github.com/chrismichaelps/ScrapingAnimeYT","commit_stats":null,"previous_names":["chrismichaelps/scrapinganimeyt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrismichaelps%2FScrapingAnimeYT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrismichaelps%2FScrapingAnimeYT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrismichaelps%2FScrapingAnimeYT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrismichaelps%2FScrapingAnimeYT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrismichaelps","download_url":"https://codeload.github.com/chrismichaelps/ScrapingAnimeYT/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243677351,"owners_count":20329539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anime","animeyt","flask","node","python","scraping-animeyt","scraping-websites","vuejs"],"created_at":"2025-03-15T03:20:18.896Z","updated_at":"2026-04-12T15:51:11.983Z","avatar_url":"https://github.com/chrismichaelps.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scraping AnimeYT WebSite :fire: 😸 (IN PROGRESS) + FeathersJS\n\n![alt](https://raw.githubusercontent.com/tanrax/workshop-flask-with-vuejs/master/flaskyvuejs.jpg)\n![alt](https://feathersjs.com/img/facebook-share-image.png)\n\n**Front-End**\n- Vuejs/Vuex\n\n**Back-End**\n- Nodejs\n- Python (Flask)\n\n**Middleware**\n- FeathersJS\n\n**Module** \n[cheerio](https://cheerio.js.org/)\n\n**Set up Cloud Storage**\nIn the server folder create a file with the configuration of Cloud Storage.\n\n```javascript\nconst firebase = require('firebase');\nrequire('firebase/firestore');\n\nvar config = {\n    apiKey: \"\",\n    authDomain: \"\",\n    databaseURL: \"\",\n    projectId: \"\",\n    storageBucket: \"\",\n    messagingSenderId: \"\"\n};\n\nfirebase.initializeApp(config);\nconst db = firebase.firestore();\ndb.settings({\n    timestampsInSnapshots: true\n});\n\nmodule.exports = db;\n```\n\n**Connection between feathersjs and the client**\nCreate feathers-vuex.js file in client/src and add this scripts ...\n\n```javascript\nimport feathers from '@feathersjs/feathers';\nimport socketio from '@feathersjs/socketio-client';\nimport auth from '@feathersjs/authentication-client';\nimport io from 'socket.io-client';\n\nconst socket = io('http://localhost:3030', {transports: ['websocket']});\nconst feathersClient = feathers()\n  .configure(socketio(socket))\n  .configure(auth({ storage: window.localStorage }))\n\n  export default feathersClient;\n```\n\n**Author**\n-----------------\nDevelopment Lead\n\n - Chris M. Perez Santiago   chris.perez@upr.edu | chrisperezsantiago1@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrismichaelps%2Fscrapinganimeyt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrismichaelps%2Fscrapinganimeyt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrismichaelps%2Fscrapinganimeyt/lists"}