https://github.com/ivkos/yuxel
Scrapes news sites, generates random headlines using Markov chains, and posts on Facebook. Designed for Google Cloud
https://github.com/ivkos/yuxel
bot facebook markov-chain nestjs news-scraper rest scraping typescript
Last synced: about 1 hour ago
JSON representation
Scrapes news sites, generates random headlines using Markov chains, and posts on Facebook. Designed for Google Cloud
- Host: GitHub
- URL: https://github.com/ivkos/yuxel
- Owner: ivkos
- License: apache-2.0
- Created: 2020-05-16T18:37:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T04:53:48.000Z (over 2 years ago)
- Last Synced: 2025-10-13T00:47:17.364Z (about 1 hour ago)
- Topics: bot, facebook, markov-chain, nestjs, news-scraper, rest, scraping, typescript
- Language: TypeScript
- Homepage:
- Size: 3.68 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yuxel
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```