oreolek
/
news-script
Archived
1
0
Fork 0
This repository has been archived on 2020-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Alexander Yakovlev 82f834ee4a
default/news-script/master This commit looks good Details
composer update & more READMEs
2019-04-16 13:32:10 +07:00
Source Instory переехал 2019-03-29 12:59:03 +07:00
tests qsp test 2018-09-24 13:40:01 +07:00
.gitignore Added Telegram/Mastodon bot, GPLv3 license 2018-05-13 14:02:22 +07:00
.gitlab-ci.yml the script requires pandoc installed 2018-09-24 13:21:05 +07:00
Game.php Бот для создания страниц под игры КРИЛ 2018 2018-12-10 19:40:43 +07:00
Jenkinsfile call local phpunit & composer install 2019-04-16 13:22:29 +07:00
LICENSE Added Telegram/Mastodon bot, GPLv3 license 2018-05-13 14:02:22 +07:00
README.md composer update & more READMEs 2019-04-16 13:32:10 +07:00
README.rus.md composer update & more READMEs 2019-04-16 13:32:10 +07:00
Source.php Apero fixes 2018-07-20 12:38:23 +07:00
Wikipage.php Улучшения парсера квестбука 2019-02-09 21:43:34 +07:00
_download.php Rename helper script 2019-04-07 16:12:54 +07:00
bot.php Rename helper script 2019-04-07 16:12:54 +07:00
composer.json Test Itch.io parser 2018-09-24 13:07:50 +07:00
composer.lock composer update & more READMEs 2019-04-16 13:32:10 +07:00
config.yml.example Комментарии и README 2019-04-16 12:52:05 +07:00
kril.php Фикс парсера Квестбука (появились игры без авторов) 2019-02-08 23:45:35 +07:00
run.php Отключил сборку с репа инстеда. 2019-03-07 21:47:33 +07:00
wiki.php Single YAML config 2018-05-15 18:11:18 +07:00

README.md

A set of utilities for tracking text-based game releases

Originally a parser for Russian Interactive Fiction, now it's much more than that.

Русская версия readme

These are executable PHP scripts that serve different functions but share the code.

run.php

This one was the first. Its function is simple: it scans some game hosting sites, finds the new games (published during the last week) and prints a neat list in Markdown or HTML format. All automatic.

bot.php

This one does the same in continuous fashion, posting the feed to Mastodon or Telegram.

wiki.php

And this one makes wiki pages for the IFWiki. It uses Russian IFWiki syntax and templates but it would be easy to alter for the English IFWiki as well if you'd want that.

kril.php

Just ignore this, it's for Russian IF comp.

Installation

  1. Install pandoc and php with mbstring and xml extensions.
  2. Install composer and execute composer install
  3. Copy the config.yml.example to config.yml, edit it.
  4. Run the scripts.