Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moul/pipotron
generic (& funny?) text generator
https://github.com/moul/pipotron
fun generator joke lambda netlify pipotron useless
Last synced: 5 days ago
JSON representation
generic (& funny?) text generator
- Host: GitHub
- URL: https://github.com/moul/pipotron
- Owner: moul
- License: apache-2.0
- Created: 2019-06-10T10:38:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T18:41:48.000Z (6 days ago)
- Last Synced: 2024-12-30T19:34:57.831Z (6 days ago)
- Topics: fun, generator, joke, lambda, netlify, pipotron, useless
- Language: Go
- Homepage: https://manfred.life/pipotron
- Size: 326 KB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# pipotron
[![CircleCI](https://circleci.com/gh/moul/pipotron.svg?style=svg)](https://circleci.com/gh/moul/pipotron)
[![Netlify Status](https://api.netlify.com/api/v1/badges/da26e7a7-179f-49b1-89b4-3103d382ee10/deploy-status)](https://app.netlify.com/sites/pipotron/deploys)
[![](https://images.microbadger.com/badges/image/moul/pipotron.svg)](https://microbadger.com/images/moul/pipotron "Get your own image badge on microbadger.com")generic funny text generator
## Try online
Basic UI: https://pipotron.moul.io/
Lambda functions are hosted on Netlify, give a try here:
* https://pipotron.moul.io/run?dict=accords
* https://pipotron.moul.io/run?dict=ascii-face
* https://pipotron.moul.io/run?dict=asv
* https://pipotron.moul.io/run?dict=bingo-winner
* https://pipotron.moul.io/run?dict=example
* https://pipotron.moul.io/run?dict=excuse-a-2-balles
* https://pipotron.moul.io/run?dict=fuu
* https://pipotron.moul.io/run?dict=horoscope
* https://pipotron.moul.io/run?dict=html
* https://pipotron.moul.io/run?dict=image-svg
* https://pipotron.moul.io/run?dict=insulte-mignonne
* https://pipotron.moul.io/run?dict=laboralphy
* https://pipotron.moul.io/run?dict=marabout
* https://pipotron.moul.io/run?dict=moijaime
* https://pipotron.moul.io/run?dict=pipotron.free.fr
* https://pipotron.moul.io/run?dict=prenom-compose
* https://pipotron.moul.io/run?dict=project-idea
* https://pipotron.moul.io/run?dict=reve
* https://pipotron.moul.io/run?dict=roman-photo
* https://pipotron.moul.io/run?dict=whatsapp-message-in-case-of-pandemic
* https://pipotron.moul.io/run?dict=proverbe-africain## Try with Docker
```console
docker run -it --rm moul/pipotron bingo-winner
Rockstar, Pivot, Ninja, Curated, Social... and BINGO!
```[See on Docker Hub](https://hub.docker.com/r/moul/pipotron)
## See examples of generated content
Check out the [`./examples/` folder](./examples).
## Install
* Install latest [go](https://golang.org)
* Run: `GO111MODULE=on go get -u github.com/moul/pipotron`
* Profit: `pipotron dict/bingo-winner.yml`## Contribute
Check out the [`./dict/` folder](./dict), and try updating an existing dictionary or creating a new one.