Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xxgicoxx/tearboty-bot
Twitter bot for searching locations using emojis.
https://github.com/xxgicoxx/tearboty-bot
emoji places search tearboty
Last synced: 3 days ago
JSON representation
Twitter bot for searching locations using emojis.
- Host: GitHub
- URL: https://github.com/xxgicoxx/tearboty-bot
- Owner: xxgicoxx
- License: mit
- Created: 2019-07-17T01:03:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T04:35:41.000Z (almost 2 years ago)
- Last Synced: 2024-12-30T19:37:00.618Z (7 days ago)
- Topics: emoji, places, search, tearboty
- Language: JavaScript
- Homepage:
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TearBoty Bot
Twitter bot for searching locations using emojis.
# Features
* @tearboty 🍞 - Search nearby bakeries
* @tearboty `Location` 🍞 - Search bakeries on Location# Prerequisites
* [Node.js](https://nodejs.org/en/)# 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
* [Node.js](https://nodejs.org/en/)# Authors
* [xxgicoxx](https://github.com/xxgicoxx/)# Acknowledgments
* [FlatIcon](https://www.flaticon.com/)