Skip to content

zorchenhimer/hacker-quotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7cb78d9 · Aug 10, 2024

History

45 Commits
Feb 20, 2022
Aug 10, 2024
Aug 10, 2024
Feb 20, 2022
Feb 20, 2022
Feb 21, 2021
Feb 21, 2022
Aug 10, 2024
Feb 21, 2022
Feb 13, 2021
Feb 21, 2022
Jul 3, 2021
Feb 21, 2022
Aug 10, 2024
Aug 10, 2024
Feb 21, 2022

Repository files navigation

Hacker Quotes Generator

A generator for completely incorrect hacker quotes. This is a reimplementation of GlOwl/hackerman in Go instead of python.

Build requirements

  • Go 1.16 or newer
  • GNU Make (optional)

To build just type make in the base directory and both the web server and standalone command will be built. If GNU Make isn't installed, running go build cmd/server.go or go build cmd/generate.go will also work.

Server Settings

The defualt settings for the web server are located in cmd/settings_default.json. Currently, the only database type supported is sqlite. To use an in-memory database append ?mode=memory to the connection string.

TODO

  • Make the webpage look less terrible.
  • Write some documentation for the API.
  • Write a twitter bot that uses the above API.

License

License is MIT. See LICENSE.md for details.