Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T04:53:48.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T05:14:22.846Z (7 months ago)
- Topics: bot, facebook, markov-chain, nestjs, news-scraper, rest, scraping, typescript
- Language: TypeScript
- Homepage:
- Size: 3.68 MB
- Stars: 1
- Watchers: 2
- 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
```