Skip to content

fabsrc/nopebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nopebot

Build Status Dependencies Development Dependencies JavaScript Style Guide

Nope.

A Twitter Bot.

Requirements

Nopebot requires a distinct Twitter account in order to send nopes to Tweets.

Install

$ npm install

Start

$ npm start

Nopebot requires CONSUMER_KEY, CONSUMER_SECRET, ACCESS_TOKEN and ACCESS_TOKEN_SECRET environment variables for Twitter. They can be specified in a .env file.

Usage

Currently only Twitter is supported.

REST

To "nopify" a tweet, the id of the tweet is necessary. A POST request can be send to the following URL:

http://localhost:3000/twitter/:id

Twitter Direct Message

Another way to "nopify" a tweet is to send the id or the URL of the tweet via Twitter DM to the account of Nopebot.

Test

$ npm test

Develop

$ npm run dev

License

Licensed under the MIT License.

About

👎 Nope!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published