2023-03-06 11:57:41 +01:00
|
|
|
# Moe-Counter
|
2020-08-12 12:03:35 +02:00
|
|
|
|
|
|
|
多种风格可选的萌萌计数器
|
|
|
|
|
2023-03-06 11:57:41 +01:00
|
|
|
![Moe-Counter](https://count.getloli.com/get/@Moe-counter.github)
|
2020-08-12 12:03:35 +02:00
|
|
|
|
|
|
|
<details>
|
|
|
|
<summary>More theme</summary>
|
|
|
|
|
2024-10-19 23:11:14 +02:00
|
|
|
### *Contribute themes is welcome!*
|
|
|
|
|
2022-03-03 09:30:34 +01:00
|
|
|
##### asoul
|
|
|
|
![asoul](https://count.getloli.com/get/@demo?theme=asoul)
|
|
|
|
|
2020-08-12 12:03:35 +02:00
|
|
|
##### moebooru
|
|
|
|
![moebooru](https://count.getloli.com/get/@demo?theme=moebooru)
|
|
|
|
|
|
|
|
##### rule34
|
|
|
|
![Rule34](https://count.getloli.com/get/@demo?theme=rule34)
|
|
|
|
|
|
|
|
##### gelbooru
|
2024-10-19 23:11:14 +02:00
|
|
|
![Gelbooru](https://count.getloli.com/get/@demo?theme=gelbooru)
|
|
|
|
|
|
|
|
</details>
|
2020-08-12 12:03:35 +02:00
|
|
|
|
|
|
|
## Demo
|
|
|
|
[https://count.getloli.com](https://count.getloli.com)
|
|
|
|
|
2024-10-19 23:11:14 +02:00
|
|
|
## How to use
|
|
|
|
|
|
|
|
About the counter usage, please see the [website homepage](https://count.getloli.com).
|
|
|
|
|
2020-08-12 12:03:35 +02:00
|
|
|
## Usage
|
|
|
|
|
|
|
|
### Install
|
|
|
|
|
2024-10-19 23:11:14 +02:00
|
|
|
#### Run on Glitch
|
2020-08-12 12:03:35 +02:00
|
|
|
|
2024-10-19 23:11:14 +02:00
|
|
|
- Open [Glitch project](https://glitch.com/~moe-counter-api)
|
|
|
|
- Just hit the **Remix your own** button
|
|
|
|
- That's it!
|
2020-08-12 12:03:35 +02:00
|
|
|
|
|
|
|
#### Deploying on your own server
|
|
|
|
|
|
|
|
```shell
|
2023-03-06 11:57:41 +01:00
|
|
|
$ git clone https://github.com/journey-ad/Moe-Counter.git
|
|
|
|
$ cd Moe-Counter
|
2024-10-19 23:11:14 +02:00
|
|
|
$ pnpm install
|
2020-08-12 12:03:35 +02:00
|
|
|
|
2024-10-19 23:11:14 +02:00
|
|
|
$ pnpm run start
|
2020-08-12 12:03:35 +02:00
|
|
|
```
|
|
|
|
|
2023-03-09 07:34:29 +01:00
|
|
|
### Configuration
|
2020-08-12 12:03:35 +02:00
|
|
|
|
|
|
|
`config.yml`
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
app:
|
2023-04-04 09:01:50 +02:00
|
|
|
# site: https://count.getloli.com # your website
|
2020-08-12 12:03:35 +02:00
|
|
|
port: 3000
|
|
|
|
|
|
|
|
db:
|
2023-03-06 11:57:41 +01:00
|
|
|
type: sqlite # sqlite or mongodb
|
2024-10-19 23:11:14 +02:00
|
|
|
interval: 60 # write to db interval in seconds (0 for realtime)
|
2020-08-12 12:03:35 +02:00
|
|
|
```
|
|
|
|
|
2024-10-19 23:11:14 +02:00
|
|
|
If using mongodb, you need to specify the environment variable `DB_URL`
|
2020-08-12 12:03:35 +02:00
|
|
|
|
|
|
|
```shell
|
2024-10-19 23:11:14 +02:00
|
|
|
# e.g.
|
2020-08-12 12:03:35 +02:00
|
|
|
export DB_URL=mongodb+srv://account:passwd@***.***.***.mongodb.net/db_count
|
|
|
|
```
|
|
|
|
|
2024-10-19 23:11:14 +02:00
|
|
|
Glitch can use `.env` file, [documentation](https://help.glitch.com/hc/en-us/articles/16287550167437-Adding-Private-Data)
|
2020-08-12 12:03:35 +02:00
|
|
|
|
|
|
|
## Credits
|
|
|
|
|
2024-10-19 23:11:14 +02:00
|
|
|
* [Glitch](https://glitch.com/)
|
|
|
|
* [A-SOUL_Official](https://space.bilibili.com/703007996)
|
|
|
|
* [moebooru](https://github.com/moebooru/moebooru)
|
|
|
|
* rule34.xxx NSFW
|
|
|
|
* gelbooru.com NSFW
|
|
|
|
* [Icons8](https://icons8.com/icon/80355/star)
|
2020-08-12 12:03:35 +02:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
2024-10-20 02:29:58 +02:00
|
|
|
[MIT License](./LICENSE), excluding all themes
|