RedditKit.rb
RedditKit.rb copied to clipboard
How do I set my user agent? [solved]
Hi, sorry if this is sort of a stupid question but I don't know where else to ask it.
client = RedditKit::Client.new 'username', 'password' client.user_agent = "USER AGENT HERE"
thank you!