Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pixiv-cat/pixivcat-backend
Pixiv.cat backend server
https://github.com/pixiv-cat/pixivcat-backend
expressjs pixiv
Last synced: 3 months ago
JSON representation
Pixiv.cat backend server
- Host: GitHub
- URL: https://github.com/pixiv-cat/pixivcat-backend
- Owner: pixiv-cat
- License: mit
- Created: 2024-03-11T13:03:16.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-22T03:06:41.000Z (8 months ago)
- Last Synced: 2024-07-28T19:20:32.573Z (4 months ago)
- Topics: expressjs, pixiv
- Language: JavaScript
- Homepage: https://pixiv.cat/
- Size: 61.5 KB
- Stars: 24
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pixiv.cat backend server
This is the backend server for [Pixiv.cat](https://pixiv.cat/), a project that serves as a proxy for Pixiv images.## Getting Started
### Prerequisites
* Node.js
* npm
* Memcached - For API response caching### Installing
1. Clone the repository
```
git clone https://github.com/pixiv-cat/pixivcat-backend.git
```
2. Install NPM packages
```
npm install
```
3. Create a `.env` file in the root directory and set up your environment variables based on the provided [.env.example](.env.example).To authenticate with Pixiv, you will need to obtain a refresh token (or more than one) from Pixiv.
Please see [here](https://gist.github.com/ZipFile/c9ebedb224406f4f11845ab700124362) for detailed instructions on how to obtain it.
5. Start the server
```
npm start
```
## License
This project is licensed under the [MIT License](LICENSE).