Yet another ptchina news bot that fetches news from a provider and posts a snippet of it on a configurable board of a configurable jschan imageboard.
Posts usually contain the title, the description, and an image of the article.
The posts are not authenticated (it doesn't require or support posting through an account) but can include a name and/or a tripcode.
Currently, it only supports a Google News RSS feed as a provider.
- (Optional) Create and activate a virtual environment
- Run
pip install -r requirements.txtto install the dependencies - Tweak the
example.inifile or create a new one following the template - Run
python reporter/main.py <config-file>.inito start the bot