https://github.com/ar363/pfpgen
Default profile picture generator microservice using fastapi
https://github.com/ar363/pfpgen
fastapi gravatar microservice profile-picture profile-picture-generator
Last synced: 6 months ago
JSON representation
Default profile picture generator microservice using fastapi
- Host: GitHub
- URL: https://github.com/ar363/pfpgen
- Owner: ar363
- Created: 2021-12-03T05:49:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T13:01:24.000Z (over 3 years ago)
- Last Synced: 2025-03-25T14:05:02.820Z (6 months ago)
- Topics: fastapi, gravatar, microservice, profile-picture, profile-picture-generator
- Language: Python
- Homepage:
- Size: 148 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nice Default PFP Generator
Default profile picture generator microservice using fastapi
```
Write programs that do one thing and do it well.
~The UNIX Philosophy
```## Image examples


## Usage
Username param is required, real name is optional. If real name is not known, username is used for initials
/?username=ar363
/?username=ar363&name=Aditya%20Raj
## Deploy
Supported on [deta.sh](https://deta.sh) and [heroku](https://heroku.com) out of the box
You can also deploy wherever else you prefer.| Platform | One-click deploy |
| ------------- | ------------------------- |
| deta.sh | [](https://go.deta.dev/deploy?repo=https://github.com/ar363/pfpgen) |
| Heroku | [](https://heroku.com/deploy) |
| Vercel | [](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Far363%2Fpfpgen) |# Demo
https://pfpgen.deta.dev
https://pfpgen.vercel.app_PS: If you plan to use this a lot, consider self hosting by clicking one of the above deploy buttons_