samsymons / RedditKit.rb

[Deprecated] A Ruby wrapper for the reddit API
https://redditkit.com/
MIT License
152 stars 26 forks source link

How do I set my user agent? [solved] #43

Open dospunk opened 8 years ago

dospunk commented 8 years ago

Hi, sorry if this is sort of a stupid question but I don't know where else to ask it.

hadinishad commented 8 years ago

client = RedditKit::Client.new 'username', 'password' client.user_agent = "USER AGENT HERE"

dospunk commented 8 years ago

thank you!