https://github.com/smolijar/offensive-fortune
A script for generating fortune cookie from the the funniest and most offensive stuff collected off the Internet.
https://github.com/smolijar/offensive-fortune
crawler fortune fortune-cookie vilejoke
Last synced: about 1 month ago
JSON representation
A script for generating fortune cookie from the the funniest and most offensive stuff collected off the Internet.
- Host: GitHub
- URL: https://github.com/smolijar/offensive-fortune
- Owner: smolijar
- Created: 2018-03-15T14:37:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T01:57:01.000Z (over 2 years ago)
- Last Synced: 2025-07-05T22:40:58.144Z (4 months ago)
- Topics: crawler, fortune, fortune-cookie, vilejoke
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 20
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# offensive-fortune
[](https://www.quora.com/Does-having-a-dark-sense-of-humor-mean-that-you-are-a-bad-person)
[](https://blog.golang.org/gopher)
[](https://web.mit.edu/humor/Computers/real.programmers)
[](https://en.wikipedia.org/wiki/Technical_debt)
[](https://dictionary.cambridge.org/dictionary/english/responsibility)
[](https://forthebadge.com)
[](https://cataas.com/)A script for generating [fortune](https://en.wikipedia.org/wiki/Fortune_(Unix)) cookie from the ugly and horrible jokes internet has to offer.
```
_______________________________________
/ These jokes are so dark I'm surprised \
| that they haven't been shot by the |
\ police. /
---------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||```
## Use
1. Run scraper and generate cookie
```bash
make
```
2. Add toxic cookie to your cookie sources
```bash
# move toxic to your fortune directory
# your directory may be different, run `fortune -f` to find it
sudo mv toxic toxic.dat /usr/share/fortune/off
```
3. Run fortune
```bash
fortune -o # run with all offensive cookie files (including others than toxic)
fortune /usr/share/fortune/off/toxic # run only toxic cookie
fortune /usr/share/fortune/off/toxic | cowsay # pipe result to cowsay!
```
## LicenseThis project is licensed under [MIT](./LICENSE).