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.
- Host: GitHub
- URL: https://github.com/landrisek/contentbot
- Owner: landrisek
- Created: 2018-11-09T12:48:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T19:40:40.000Z (almost 6 years ago)
- Last Synced: 2025-09-14T05:47:02.635Z (9 months ago)
- Topics: content, crawler, golang, php, php72
- Language: PHP
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).