Code Monkey home page Code Monkey logo

omnifriend's Introduction

Introduction

Omnifriend adds a suggestion-based search provider to Chrome's omnibox, allowing searches for friends' profiles on social networks.

Running from source

This project requires the following libraries:

Batteries are not included - the CSS and JavaScript files need to be placed in a lib folder with appropriate css and js subfolders (check the HTML file for where files are linked to).

Fuzzy search

Search queries are tested against each friend in the format <name> <username> <id> <network>, and match if all the characters fit in the given order (e.g. initials, start of email address plus email for network, first name plus network).

Sync providers

Email

Any CSV export of contacts can be imported. Only name and email fields will be added.

Facebook

Friends are gathered from the AJAX typeahead API (used to suggest friends' names when tagging), sorted by edge rank.

Google+

The current user ID is scraped from the profile link in the mobile menu, then circled users are gathered from the social graph API used when rendering the "your circles" page.

Reddit

Usernames are pulled from the mates preference page.

Steam

Friends are read from /my/friends, which redirects to the current user's friends list if logged in.

Twitter

The current session username is scraped from the settings page, then follows are repeatedly read by following cursors to retrieve the next page.

omnifriend's People

Contributors

terrance avatar

Watchers

 avatar  avatar

Forkers

devcode1981

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.