Skip to content

Instantly share code, notes, and snippets.

View shibafu528's full-sized avatar

shibafu shibafu528

View GitHub Profile
public class Main {
public static void main(String[] args) {
final Twitter twitter = TwitterFactory.getSingleton();
final TwitterStream stream = TwitterStreamFactory.getSingleton();
stream.addListener(new UserStreamAdapter() {
public void onStatus(Status status) {
if (!status.isRetweet() && satatus.getText().contains("おっぱい")) {
try {
twitter.createFavorite(status.getId());
} catch (TwitterException ignore) {
@hayajo
hayajo / changelog_en.md
Last active April 1, 2025 14:37
ChangeLog を支える英語

ChangeLog を支える英語

ChangeLog を書く際によく使われる英語をまとめました。

ほとんど引用です。

基本形

@kokudori
kokudori / gist:1366106
Created November 15, 2011 04:10
Rubyでニコ生のコメントを取得
# -*- encoding: utf-8 -*-
require 'net/http'
require 'rubygems'
require 'nokogiri'
class Comment
class << self
attr_accessor :cookie
end
#下の値はブラウザのクッキーから取得してください