Skip to content

Instantly share code, notes, and snippets.

@kriskbx
kriskbx / guestbook.md
Last active November 16, 2022 14:16
Guestbook

Hello Internet!

@kriskbx
kriskbx / ruby_pos58_tweetprinter.rb
Last active March 24, 2019 11:24
Ruby POS58 Tweetprinter
#!/usr/bin/env ruby
# -*- encoding : utf-8 -*-
# A simple script to search for tweets that contain certain hashtags and print them on a POS58 printer.
# Make sure the printer is connected and you can print by writing to /dev/usb/lp0 (or similar)
#
# Run `ruby ruby_pos58_tweetprinter.rb` for using the streaming API: instant printing.
# Run `ruby ruby_pos58_tweetprinter.rb get` for using the good old REST API. You can put this in a cronjob.
#
# Copyright (c) 2015 http://github.com/kriskbx