An open API service indexing awesome lists of open source software.

https://github.com/landrisek/contentbot

Create simple content (discussion posts and products description) from previously used data or crawl them from public data.
https://github.com/landrisek/contentbot

content crawler golang php php72

Last synced: 2 months ago
JSON representation

Create simple content (discussion posts and products description) from previously used data or crawl them from public data.

Awesome Lists containing this project

README

          

# Contentbot
Contentbot is PHP and React component able to create simple content (discussion posts and products description) from previously used data or crawl them from public data. Crawler is writen in [golang](https://github.com/golang/go) and you can see example for crawling [czech online newspaper](https://www.idnes.cz/) [with windows1250 to utf8 encoding](https://github.com/landrisek/contentbot/blob/master/src/demo.go#L32). See [demo](https://github.com/landrisek/contentbot/tree/master/demo) in source code to make it work.
Note that [injection of demo service](https://github.com/landrisek/contentbot/blob/master/demo/DemoPresenter.php#L25) except ContentBot namespace are private to prevent [exception in your config file](https://api.nette.org/2.4/source-DI.Extensions.InjectExtension.php.html#48).