Giter VIP home page Giter VIP logo

tinder-like-bot's Introduction

tinder-like-bot

Installation

> go get github.com/yauhen-l/tinder-like-bot
> go install github.com/yauhen-l/tinder-like-bot

Usage example:

> $GOPATH/bin/tinder-like-bot -fb-token %facebook_access_token%

The easiest way to get %facebook_access_token% is to use link below, log in and then pick the auth token out of the URL you are redirected to: https://www.facebook.com/dialog/oauth?client_id=464891386855067&redirect_uri=https://www.facebook.com/connect/login_success.html&scope=basic_info,email,public_profile,user_about_me,user_activities,user_birthday,user_education_history,user_friends,user_interests,user_likes,user_location,user_photos,user_relationship_details&response_type=token

Params and it's default values:

Usage of ./tinder-like-bot:
  -dry-run
        do not like or pass
  -fb-token string
        facebook access_token
  -filter string
        path to filter file (default "filter.json")
  -yes-limit int
        limit of likes to stop (default 30)

filter.json contents description:

{
    "ExcludeName": ["sam", "bob", "Anna", "Olya"],   // 'pass' if any matched case-insensitive
    "Schools": ["oxford", "University"],             // 'like' if any matched case-insensitive
    "CommonInterests": ["dog", "skiing"]             // 'like' if and matched case-insensitive
}

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.