This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- ヘッダー部分 --> | |
<html> | |
<body> | |
<form action = "goodsResult.php" method="POST"> | |
商品名:<input type="text" name="GoodsName"> | |
<input type="submit" name="exec" value="検索"> | |
</form> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# coding : UTF-8 | |
require 'twitter' | |
require 'tweetstream' | |
# sample consumer keys are Twitter for iPhone. | |
ck = 'IQKbtAYlXLripLGPWd0HUA' | |
cs = 'GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU' | |
at = '' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
puts "Hello, world" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# coding : UTF-8 | |
require 'twitter' | |
require 'tweetstream' | |
# sample consumer keys are Twitter for iPhone. | |
ck = 'IQKbtAYlXLripLGPWd0HUA' | |
cs = 'GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU' | |
at = '' | |
ats = '' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'twitter' | |
API_KEY = '' | |
API_SECRET = '' | |
ACCESS_TOKEN = '' | |
ACCESS_SECRET = '' | |
rest = Twitter::REST::Client.new do |config| | |
config.consumer_key = API_KEY | |
config.consumer_secret = API_SECRET |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iv62sdx_6g3 | |
yj8l8nvgrgo | |
8to_f98duic | |
wh9d8hidbvx | |
j8j3fiwgtrg | |
8up6f2pd_cz | |
8bw_qxq2tyk | |
9bhyf2szcp3 | |
nv1bb2mb8sf | |
pdjvb22dpps |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# coding:UTF-8 | |
require 'twitter' | |
require 'oauth' | |
require 'tweetstream' | |
require 'date' | |
require 'launchy' | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# coding: utf-8 | |
# coding: utf-8 | |
require 'csv' | |
require 'pp' | |
open("tweet.txt", "a"){|f| | |
CSV.foreach("tweets.csv"){|s| | |
f.write s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# coding:UTF-8 | |
require 'twitter' | |
require 'tweetstream' | |
require 'date' | |
ck = 'IQKbtAYlXLripLGPWd0HUA' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "rubygems" | |
gem 'twitter' | |
require "twitter" | |
CONSUMER_KEY = 'IQKbtAYlXLripLGPWd0HUA' | |
CONSUMER_SECRET = 'GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU' | |
OAUTH_TOKEN = '' |
NewerOlder