Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.316.797 Times

WebService::Lingr 0.02

Company: Tatsuhiko Miyagawa
Date Added: November 04, 2013  |  Visits: 417

WebService::Lingr

Report Broken Link
Printer Friendly Version


Product Homepage
Download (36 downloads)



WebService::Lingr is a low-level Lingr API implementation in the Perl programming language. By "low-level" it means that this module just gives you a straight mapping of Perl object methods to Lingr REST API, session management and data mapping via JSON.<br /><br />For higher level event driven programming, you might want to use POE::Component::Client::Lingr (unfinished).<br /><br />SYNOPSIS<br /><br /> use WebService::Lingr;<br /><br /> # create a session using your API key<br /> my $lingr = WebService::Lingr->new(api_key => "YOUR_API_KEY");<br /><br /> # enter the room 'MyFavoriteRoom' with nick 'api-dude'<br /> my $res = $lingr->call('room.enter', { id => 'MyFavoriteRoom', nickname => 'api-dude' });<br /> my $ticket = $res->{ticket};<br /> my $counter = $res->{counter};<br /><br /> # say "Hello world!"<br /> my $res = $lingr->call('room.say', { message => 'hello world', ticket => $ticket });<br /><br /> # room.observe blocks<br /> while (1) {<br /> my $res = $lingr->call('room.observe', { ticket => $ticket, counter => $counter });<br /> for my $message (@{$res->{messages}}) {<br /> print "$message->{nick} says: $message->{content}n";<br /> }<br /> }<br /><br /> # room.getMessages doesn't, but you can call this method at most once per minute<br /> while (1) {<br /> my $res = $lingr->call('room.getMessages', { ticket => $ticket, counter => $counter });<br /> # do something ...<br /> sleep 60;<br /> }

Requirements: No special requirements
Platforms: *nix, Linux
Keyword: 039hello Apidude Counter Lingr Lingrgtcall Roomobserve Lingrgtcall Roomsay Mapping Message Myfavoriteroom Programming Quothello Resgtcounter Resgtticket Roomobserve Session Ticket Webservice Webservice L Webservicelingr World Worldquot
Users rating: 0/10

License: Freeware Size: 30.72 KB
USER REVIEWS
More Reviews or Write Review


WEBSERVICE::LINGR RELATED
Libraries  -  Tie::CountLoop 1.5
Tie::CountLoop is a Perl module that helps you have a counter looping in a scalar with min max and increment value. SYNOPSIS use Tie::CountLoop; tie my $counter , Tie::CountLoop,15 ,-1 ,15 ,7 ,0; my $t = tied $counter; $t->increment( 1 );...
3.07 KB  
Miscellaneous  -  microCounter for Scripts 1.0
microCounter is a simple web-based counter written in PHP. it uses a visitor tracking system based on the visitors ip address. the counter stores the data in a mysql table.microCounter saves the minimum information needed (session, hits/...
440.32 KB  
Libraries  -  Mail::Webmail::Yahoo 0.601
Mail::Webmail::Yahoo is a Perl module that enables bulk download of yahoo.com -based webmail. SYNOPSIS use Mail::Webmail::Yahoo; $yahoo = Mail::Webmail::Yahoo->new(%options); @folders = $yahoo->get_folder_list(); @messages =...
28.67 KB  
Word Processing  -  Word Counter Plus v1.0
With the advancements in today’s word processors one would come to believe that they would include simple features like character, word, and line counting. Unfortunately, some of the latest and greatest office applications do not actually...
810 KB  
Network & Internet  -  Animated Counter 1.1
Animated Counter provides a nice animated counter. Each time when a page is reloaded the counter increases the digits "live".. Free perl and php scripts for your homepage. Counter, guestbook, poll, download systems, link indexing and more.
31.74 KB  
Web Browser Tools  -  Usage Counter 0.2
Usage Counter is a Firefox extension that tells you how much time you have spent using Firefox and browsing sites. (Previously known as Wasted Time Counter)..
6.14 KB  
Networking Tools  -  Cable Modem Counter 0.31
Cable Modem Counter is a cable modem (or any Ethernet connection) IP byte logger. It is not a packet sniffer, it just gathers network statistics. It is composed of two parts: A daemon, which logs all the incoming/outgoing connections and...
102.4 KB  
MP3 Tools  -  BPM Counter 1.0.3.0
BPM Counter is a fast and accurate beats per minute detector for MP3 music. It may be helpful for DJs who need to get information about entire music collection quickly and for any kind of remixing/sampling stuff. Don't waste your time for manual...
940.26 KB  
Scripts  -  PHP hit counter 1.0
Use this free php hit counter code on you site and host many stat counters. This package comes with many unique digit images and enables you to make your own counter hosting. It comes with 16 different digit styles in 4 languages including regular...
93.28 KB  
Home & Leisure  -  Line Counter 1.5
Line Counter is a command-line tool for software developers. It reports the total number of lines of code and comment lines in C, C++, C#, Java, JavaScript and PHP source files. The output may be redirected to a text file.
 
NEW DOWNLOADS IN LINUX SOFTWARE, PROGRAMMING
Linux Software  -  EasyEDA PCB Designer for Linux 2.0.0
EasyEDA, a great web based EDA(Electronics Design Automation) tool, online PCB tool, online PCB software for electronics engineers, educators, students, makers and enthusiasts. Theres no need to install any software. Just open EasyEDA in any...
34.4 MB  
Linux Software  -  wpCache® WordPress HTTP Cache 1.9
wpCache® is a high-performance, distributed object, caching system application, generic in nature, but intended for use in speeding up dynamic web applications, by decreasing database load time. wpCache® decreases dramatically the page...
3.51 MB  
Linux Software  -  Polling Autodialer Software 3.4
ICTBroadcast Auto Dialer software has a survey campaign for telephone surveys and polls. This auto dialer software automatically dials a list of numbers and asks them a set of questions that they can respond to, by using their telephone keypad....
488 B  
Linux Software  -  Total Video Converter Mac Free 3.5.5
Total Video Converter Mac Free developed by EffectMatrix Ltd is the official legal version of Total Video Converter which was a globally recognized brand since 2006. Total Video Converter Mac Free is a free but powerful all-in-one video...
17.7 MB  
Linux Software  -  Skeith mod_log_sql Analyzer 2.10beta2
Skeith is a php based front end for analyzing logs for Apache using mod_log_sql.
47.5 KB  
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB