5 projects tagged "Google"
gdata-python-scripts collects some simple scripts and examples that use the Google Spreadsheets Data APIs client libraries for Python. The main goal is to collect and publish small snippets of code that, if not completely general and ready to use, remain simple enoguh (and hopefully well documented enough) to be adapted to your own needs.
Search Engine Referrals Confluence Plugin is a Confluence plugin that displays the most recent searches on Google. When someone enters search terms on Google and clicks on one of the search results, the search terms are sent to the found Web site in the "referer" part of the HTTP request. This plugin collects this information and displays it to the user. A click on the search result opens the page Google has found. A click on the search engine icon at the left displays the corresponding Google search result page.
Google Apps Manager (GAM) is a command line tool that allows Administrators to control their Google Apps domain and accounts. With GAM you can create users, turn on/off services for users like POP and Forwarding and much more. It requires Google Apps Education or Premier Edition. Standard Edition is not supported. Future plans for GAM include even more management capabilities as well as a graphical and Web-based interface.
Google Custom Search is a class that performs searches against a Google Custom Search engine, processing the response (search results and/or spelling suggestions) into properties of the object. It uses either cURL or the HTTP stream wrapper, depending on what is available on the server. The user can also specify the character encoding for the search query. Results are also made available in that encoding.