xxgicoxx / tearboty-bot

Twitter bot for searching locations using emojis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TearBoty Bot

Twitter bot for searching locations using emojis.

Features

  • @tearboty 🍞 - Search nearby bakeries
  • @tearboty Location 🍞 - Search bakeries on Location

Prerequisites

Running

1. Configure

# Bot
Create and configure .env file like .env.example.

2. Twitter

# Create an Twitter application
Create an application on https://developer.twitter.com/en/apps.

# Get keys and tokens
Access application details and click on 'Keys and tokens' button.

# Configure
Get your credentials and set in .env.

3. Foursquare Places

# Foursqare console
Go to Foursquare on https://foursquare.com/developers/apps.

# Select a app
Select app or click on 'Create A New App'.

# Get credentials
On app details, copy client id, client secret and set in .env.

4. Run

# Install dependencies
npm install

# Start
npm start

Built With

Authors

Acknowledgments

About

Twitter bot for searching locations using emojis.

License:MIT License


Languages

Language:JavaScript 100.0%