Skip to content

lazzyms/tweeter-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Tweeter bot

This bot will reply to the new tweets which have defined words (currently 'Harry Potter')

  • run npm install

  • add tweeter developer credentials in .env as below:

    consumer_key=<YOUR-CONSUMER-KEY>

    consumer_secret=<YOUR-CONSUMER-SECRET>

    access_token=<YOUR-ACCESS-TOKEN>

    access_token_secret=<YOUR-ACCESS-TOKEN-SECRET>

  • update search string in index.js file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published