Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.
/ BotTellMe Public archive

A Twitter bot that will give answers to a query that is sent to the bot via Twitter

License

Notifications You must be signed in to change notification settings

destruc7i0n/BotTellMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BotTellMe

A Twitter bot that will give answers to a query that is sent to the bot via Twitter

Demo

There should be a demo running at @bottellme, if there isn't, tweet me @TheDestruc7i0n

Installation and usage

Clone repository onto a server, edit config.json (see below for more info) and change any options, and then, in the repository folder:

$ npm install
$ npm start

Configuration

{
    "USERAGENT": "Bot, Tell Me...", /* your usergagent (will be sent to duckduckgo) */
    
    "TWITTER_CONSUMER_KEY": "xxx", /* consumer key */
    "TWITTER_CONSUMER_SECRET": "xxx", /* consumer secret key */
    "TWITTER_ACCESS_KEY": "xxx", /* access key */
    "TWITTER_ACCESS_SECRET": "xxx", /* secret access key */
    "TWITTER_HANDLE": "@bottellme", /* your twitter handle */
    "TWITTER_ID": "xxx", /* twitter id (find here http://mytwitterid.com/) */
    
    "WOLFRAM_API_ID": "xxx" /* wolfram alpha key */
}

Upcoming

None.

Suggestions

If you have any suggestions or feature requests, feel free to add an issue and I will take a look and possibly add it to the "Upcoming" section!

License

MIT. See LICENSE.

About

A Twitter bot that will give answers to a query that is sent to the bot via Twitter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published