[01:06] *** reardencode has quit IRC (Ping timeout: 265 seconds) [03:45] *** joepie91 is now known as no_ [03:45] *** no_ is now known as joepie91 [03:51] *** joepie91 is now known as halfeatenjoepie9 [03:52] *** halfeatenjoepie9 is now known as joepie91 [03:53] *** joepie91 is now known as cant_steal_my_ni [03:53] *** cant_steal_my_ni is now known as cantstealmynick [03:56] *** cantstealmynick is now known as Martin-D [03:56] *** Martin-D is now known as joepie91 [07:58] *** phlux has quit IRC (Ping timeout: 253 seconds) [08:00] *** phlux has joined #arpnetworks [08:38] *** reardencode has joined #arpnetworks [08:43] up_the_irons: did kvr19 reboot at around 1am? [08:55] reardencode: i doubt that. my vps is on 19 and it didn't reboot [09:11] *frown* wonder why my vps rebooted then... maybe time to update to fbsd10 :-P [09:14] probably way off topic but .. anybody (RandalSchwartz?) have a simple example for OAuth2 in perl? if you have it working against coinbase thats double bonus points. can't seem to skin that cat ;-( [09:15] once I get this working (for whatever its worth) I'm going to push it onto github for all to find in the future, since nobody has yet to publish it in a way I can find it with a search engine ... [09:25] Was going to recommend checking out ttytter/texapp's source, but then I remembered that they do all HTTP through system calls to curl. [09:25] May still be of interest if you're looking to get the "flow" down [09:49] *** Grumptober has quit IRC (Ping timeout: 272 seconds) [10:06] *** Grumptober has joined #arpnetworks [10:07] *** xiphias has quit IRC (Ping timeout: 265 seconds) [10:11] *** xiphias has joined #arpnetworks [10:11] *** xiphias has quit IRC (Changing host) [10:11] *** xiphias has joined #arpnetworks [12:04] perhaps, url would be 'preciated, there is a very big void for perl OAuth2 in general from what I'm not able to find [12:15] *** bravvve22 has joined #arpnetworks [12:34] *** bravvve22 has quit IRC (Read error: Operation timed out) [12:49] @google texapp [12:49] Searching for 'text app' instead. [12:49] 525,000,000 total results returned for 'text app', here's 3 [12:49] textPlus Free Text + Calls - Android Apps on Google Play (https://play.google.com/store/apps/details?id=com.gogii.textplus) This is by far the best app I've used to make free texts and calls. The call quality is amazing and the texting is quick and you get your text back instantaneously ... [12:49] text+ - Free Calls and Texts (http://www.textplus.com/) Your device & your WiFi. +. text+ phone number & app. = Free unlimited text. ... We'll give you a free phone number and free unlimited text to any number in the ... [12:49] GO SMS Pro - Android Apps on Google Play (https://play.google.com/store/apps/details?id=com.jb.gosms&hl=en) GO SMS Pro - 60000000+ users' choice, all time #1 messaging app to ... Only works for text not Facebook and stuff like that but great app doe I rated it 5 stars. [12:49] damnit Google! [12:49] toddf: http://www.floodgap.com/software/ttytter/ http://www.floodgap.com/software/texapp/ [12:50] Also, bummer about perl+oauth. [12:50] *** bravvve22 has joined #arpnetworks [12:52] Do you have to use Perl? [12:52] As I recall, the rest of toddf's bitcoin trading bot is Perl [12:52] So... without a total rewrite, yes :p [12:52] Or an API. [12:53] mike-burns: but the API the bot is trying to use requires OAuth... [12:53] (bot needs to talk to coinbase.com's API in order to complete trades) [12:53] mike-burns: CoinBase can use an apikey but thats dangerous, one key gets all functionality. I'd rather use OAuth2 which does limited functionality. [12:54] In theory, you could write a proxy/middleware in a different language that has better OAuth libs... bot -> proxy -> coinbase [12:54] brycec: I meant split the bot into two parts, one of which talks with Coinbase and uses something besides Perl, and the other talks with that. [12:54] brycec: Yeah, don't use an API key please. [12:54] brycec: Yeah that's what I meant. [12:54] But you really should be able to do this in Perl. [12:55] at the moment my invoice generation routines use perl, and I'm expecting understanding OAuth2 in perl will help in many scenarios not just with CoinBase so I'm looking around for code that isn't sphaghetti aka have to follow 5 different files with various references to perl modules I've never heard of to see what its magically doing. I want a simple example that just works ;-) [12:55] Okay... I won't? :P 12:53:30 >>@mike-burns<< brycec: Yeah, don't use an API key please. [12:55] Great? [12:55] sure I could hop to another language and find routines ready to go .. thats not the point [12:55] toddf: have you done OAuth2 before? [12:55] toddf: well the "nice" thing about ttytter and texapp is there are basically 0 Perl module dependencies... [12:56] mike-burns: I've read enough to understand the flow of how to do OAuth2 .. now using Net::OAuth2 with coinbase or manually doing it to start with is my goal at the moment [12:56] (Because the author chose to reimplement everything by hand, like the SHA1 function for instance, and JSON encoding/decoding) [12:56] brycec: sounds like something I'd like to read [12:56] 12:48:43 < brycec> toddf: http://www.floodgap.com/software/ttytter/ http://www.floodgap.com/software/texapp/ [12:57] yeah, starting web browser now that I booted to a new kernel [12:57] I could've provided direct links too I guess, sorry [12:57] nomatter that gets me to where I need to go [12:58] haha, i wonder if gosms still phones home to china [12:58] ^ I wonder if it's going to take a two-week break starting today [12:58] so if you like sharing opinions, right now I have github.com/toddfries/Finance-CoinBase .. I'm thinking of naming it something like Spore-CLI-Examples or somesuch, suggestions? ;-) (it has some libs and I'm merging the various cli's into one 'cli' program to call various different apis to show the power of spore [12:59] I'm of the opinion that I don't like writing Perl. [12:59] brycec: is that because the people who would hand-sort the incoming packets aren't in the office? [13:00] lol, I just imagine *everything* stops for two weeks [13:00] BGP routes get pulled, interconnects pulled, everything [13:00] turn off the pakkit fountains folks, it's the year of the horse [13:00] trot on home [13:01] toddf: It seems like 'voipms' doesn't really belong in this repo? [13:01] brycec: see if https://github.com/toddfries/Finance-CoinBase/blob/master/cli helps you see power of perl *grin* [13:01] I'd already opened it :p [13:02] brycec: anything that has a spore api in https://github.com/toddfries/api-description/ (voipms.json is under services/ as is coinbase and bter and ...) [13:02] so like I said [13:02] I need to rename Finance-CoinBase [13:02] I was going to do a lot of manual work similar to the Finance-btce project [13:02] And no matter how nicely written Perl is, I still don't like writing it myself. (You did ask for opinions...) [13:02] but the perl dudes pointed me at spore [13:03] brycec: no problem, not asking you to convert, just showin you what I've got .. and sayin 'yes Finance-CoinBase -> newname' [13:03] and spore made me realize that after I pared down the Finance/CoinBase.pm a bit I could do most bits in a single cli app [13:03] nice [13:04] I likely will be pushing some of the function definitions back out to the CoinBase.pm module and such eventually but for now, getting the api to work on everywhere I'm interested in seems like a good short term goal to show it can work then flesh them all out (as ENOTIME permits) [13:17] *** bravvve22 has quit IRC (Quit: Quitte) [15:13] *** jcv has quit IRC (Read error: Connection reset by peer) [15:18] *** jcv has joined #arpnetworks [20:14] *** solj has quit IRC (Ping timeout: 245 seconds) [23:45] *** solj has joined #arpnetworks