Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eidng8/sttbot
Star Trek Timelines wiki crawler
https://github.com/eidng8/sttbot
php71 phpunit startrek
Last synced: about 1 month ago
JSON representation
Star Trek Timelines wiki crawler
- Host: GitHub
- URL: https://github.com/eidng8/sttbot
- Owner: eidng8
- License: cc-by-sa-4.0
- Created: 2017-01-20T00:13:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-29T00:40:45.000Z (almost 8 years ago)
- Last Synced: 2024-10-27T21:15:36.864Z (3 months ago)
- Topics: php71, phpunit, startrek
- Language: PHP
- Homepage:
- Size: 2.27 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CircleCI
[![CircleCI](https://circleci.com/gh/eidng8/sttbot.svg?style=svg)](https://circleci.com/gh/eidng8/sttbot)TravisCI
[![Build Status](https://travis-ci.org/eidng8/sttbot.svg?branch=master)](https://travis-ci.org/eidng8/sttbot)StyleCI
[![StyleCI](https://styleci.io/repos/79508314/shield?branch=master)](https://styleci.io/repos/79508314)GitLab
[![build status](https://gitlab.com/stthb/sttbot/badges/master/build.svg)](https://gitlab.com/stthb/sttbot/commits/master)
[![coverage report](https://gitlab.com/stthb/sttbot/badges/master/coverage.svg)](https://gitlab.com/stthb/sttbot/commits/master)VersionEye
[![Dependency Status](https://www.versioneye.com/user/projects/5886d78db194d40039c906e6/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/5886d78db194d40039c906e6)Code Climate
[![Test Coverage](https://codeclimate.com/github/eidng8/sttbot/badges/coverage.svg)](https://codeclimate.com/github/eidng8/sttbot/coverage)
[![Issue Count](https://codeclimate.com/github/eidng8/sttbot/badges/issue_count.svg)](https://codeclimate.com/github/eidng8/sttbot)# Star Trek Timelines Wiki Crawler
[![CircleCI](https://img.shields.io/circleci/project/github/eidng8/sttbot.svg?style=flat-square)](https://circleci.com/gh/eidng8/sttbot)
[![Code Climate](https://img.shields.io/codeclimate/github/eidng8/sttbot.svg?style=flat-square)](https://codeclimate.com/github/eidng8/sttbot)
[![Code Climate](https://img.shields.io/codeclimate/coverage/github/eidng8/sttbot.svg?style=flat-square)](https://codeclimate.com/github/eidng8/sttbot/coverage)
[![VersionEye](https://img.shields.io/versioneye/d/user/projects/5886d78db194d40039c906e6.svg?style=flat-square)](https://www.versioneye.com/user/projects/5886d78db194d40039c906e6)
[![License: CC BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by-sa/4.0/)Star Trek Timelines data miner. Extracts data from
https://stt.wiki/ and serves to [stthb](https://github.com/eidng8/stthb)----------------
This project serves a few purpose:
* As the name depicts & the above description says;
* As a trial of specific MediaWiki wiki-text parser;
* As a test bed to try out PHP 7.1 features & tools;
* As a test bed to try out various public services;-------------------
DISABLEDCodeCov
[![codecov](https://codecov.io/gh/eidng8/sttbot/branch/master/graph/badge.svg)](https://codecov.io/gh/eidng8/sttbot)