Skip to content

pamepeixinho/twitter-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Bot

Simple twitter bot that likes all tweets with '#LittleFishBot' and reply with my slogan all tweets with 'Olá @pamepeixinho' . This small project was created to test and learn more about this api

Setup

env.js

TWITTER_CONSUMER_KEY=<TWITTER_CONSUMER_KEY>
TWITTER_CONSUMER_SECRET=<TWITTER_CONSUMER_SECRET>
TWITTER_ACCESS_TOKEN=<TWITTER_ACCESS_TOKEN>
TWITTER_ACCESS_TOKEN_SECRET=<TWITTER_ACCESS_TOKEN_SECRET>

Stack

  • Twitter
  • Dotenv (create .env file to set all secret keys)
  • Eslint (+ eslint-airbnb-config-base)

About

My simple twitter bot :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published