https://github.com/su8ru/qiita-feed
Get all posts of a user on Qiita with Feed
https://github.com/su8ru/qiita-feed
aspida cloudflare-workers hono qiita
Last synced: 3 months ago
JSON representation
Get all posts of a user on Qiita with Feed
- Host: GitHub
- URL: https://github.com/su8ru/qiita-feed
- Owner: su8ru
- License: mit
- Created: 2022-04-13T08:58:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-13T08:58:14.000Z (over 4 years ago)
- Last Synced: 2025-03-24T00:49:29.555Z (over 1 year ago)
- Topics: aspida, cloudflare-workers, hono, qiita
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qiita-feed
Get all posts of a user on Qiita with Feed
## Motivation
After April 6, 2022, Qiita's User Feed only returns the four most recent posts.
([qiita-discussions](https://github.com/increments/qiita-discussions/discussions/204#discussioncomment-2556224))
Due to this unannounced change, it is suddenly no longer possible to retrieve the list of articles posted by me using Feed.
However, I needed to do this, so I converted the API to Feed so that I could get the list of articles in the same format as before.
Of course, we need to look at the transition from Feed to API, but I would like you to use this Cloudflare Workers as a workaround.
## Usage
```text
https://qiita-feed..workers.dev/
```
## Scripts
### Dev (Miniflare)
```shell
yarn dev
```
### Build
```shell
yarn build
```
### Deploy
`wrangler` **must** be in global.
```shell
yarn deploy
```
## License
MIT License