1
0
mirror of https://github.com/fumiama/CMoe-Counter.git synced 2024-11-14 17:57:36 +01:00
CMoe-Counter/README.md
2021-08-18 12:44:58 +08:00

62 lines
1.8 KiB
Markdown

# CMoe-Counter
多种风格可选的萌萌计数器的简易C语言版本
<div align=center> <a href="#"> <img src="http://sayuri.fumiama.top/cmoe?name=cmoe&theme=gb" /> </a> </div>
<details>
<summary>More theme</summary>
##### moebooru(mb)
![moebooru](https://count.getloli.com/get/@demo?theme=moebooru)
##### rule34(r34)
![Rule34](https://count.getloli.com/get/@demo?theme=rule34)
##### gelbooru(gb)
![Gelbooru](https://count.getloli.com/get/@demo?theme=gelbooru)</details>
## [Demo](http://sayuri.fumiama.top/)
## Usage
### 1. Install [simple-http-server](https://github.com/fumiama/simple-http-server)
Follow the instructions in [this repo](https://github.com/fumiama/simple-http-server) to install it.
### 2. Install [simple-protobuf](https://github.com/fumiama/simple-protobuf)
Follow the instructions in [this repo](https://github.com/fumiama/simple-protobuf) to install it.
### 3. Install CMoe
```bash
git clone https://github.com/fumiama/CMoe-Counter.git
cd CMoe-Counter
mkdir build
cd build
cmake ..
make
# make install
```
### 4. Copy files to web root
1. Copy `favicon.ico`, `index.html`, `style.css` and the compiled binary `cmoe` (in the `build` folder) into the same folder.
2. Run `simple-http-server` by the command
```bash
simple-http-server -d port folder
```
### 5. Enjoy it!
## API
The API of CMoe is simpler than [Moe-counter](https://github.com/journey-ad/Moe-counter)
### 1. Register
`token` is defined in `cmoe.h`
```
http://yourdomain/cmoe?name=yourname&reg=token
```
### 2. Refer
```
http://yourdomain/cmoe?name=yourname(&theme=mb/mbh/gb/gbh/r34)
```
That's all.
## Credits
* [Moe-counter](https://github.com/journey-ad/Moe-counter)
* [moebooru](https://github.com/moebooru/moebooru)
* rule34.xxx NSFW
* gelbooru.com NSFW
* [Icons8](https://icons8.com/icons/set/star)