1.4.3 • Published 5 months ago

hubot-foursquare-locator v1.4.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 months ago

Hubot Foursquare / Swarm Locator

npm version Node CI

Get last checkin of your bot's friends

How to Set Up the Bot User

  1. Register a Foursquare application to obtain your FOURSQUARE_CLIENT_ID and FOURSQUARE_CLIENT_SECRET
  2. Authenticate either your personal foursquare account or a purpose-specific user that acts as your bot
  3. Manually walk through the OAuth process to obtain a FOURSQUARE_ACCESS_TOKEN (this can be tricky)

When you have all three values, load them as environment variables for launching your Hubot. If you are installing via Heroku, you would enter:

$ heroku set:config FOURSQUARE_CLIENT_ID=yourclientid
$ heroku set:config FOURSQUARE_CLIENT_SECRET=yourclientsecret
$ heroku set:config FOURSQUARE_ACCESS_TOKEN=youraccesstoken

If you are using some other hosting/launcher, make sure the variables above are loaded in appropriately.

Adding Module to Your Hubot

See full instructions here.

  1. npm install hubot-foursquare-locator --save (updates your package.json file)
  2. Open the external-scripts.json file in the root directory (you may need to create this file) and add an entry to the array (e.g. [ 'hubot-foursquare-locator' ]).

Usage

Get All Recent Checkins

  • hubot foursquare
  • hubot where is everyone?
  • A list of all recent checkins appears

Find Last Checkins

  • hubot where is bob?
  • Bob's last checkin (if a friend) appears
  • If there is more than one Bob in your friend list, you will see all of them

Map Usernames to Foursquare User IDs

  • Look up your foursquare numeric ID
  • hubot foursquare me as 12345
  • Your screen name is now mapped to a numeric ID so that where is myusername? works as well.
  • This works for mapping other room users as well (hubot foursquare otherusername as 98765)

Approve New Friends

  • Users add the bot as a friend
  • hubot foursquare approve
  • All pending friend requests are approved

List Friends

  • hubot foursquare friends
  • See a list of authenticated bot's friends

Get Registration Information

  • hubot foursquare register
  • Identifies the account that other users should add as a friend
1.4.3

5 months ago

1.4.2

10 months ago

1.4.1

1 year ago

1.4.0

2 years ago

1.3.19

2 years ago

1.3.18

2 years ago

1.3.17

3 years ago

1.3.15

3 years ago

1.3.16

3 years ago

1.3.13

3 years ago

1.3.14

3 years ago

1.3.12

3 years ago

1.3.11

4 years ago

1.3.10

4 years ago

1.3.9

4 years ago

1.3.8

5 years ago

1.3.7

5 years ago

1.3.6

5 years ago

1.3.5

6 years ago

1.3.4

6 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

10 years ago

1.1.7

10 years ago

1.1.6

11 years ago

1.1.5

11 years ago

1.1.4

11 years ago

1.1.3

11 years ago

1.1.2

11 years ago

1.1.1

11 years ago