Skip to content

Small Twitter Bot that responds to mentions with random dog pics

Notifications You must be signed in to change notification settings

isaacwashere/twitterbot-dogpic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookmark Bot (TS)

This is a Twitter Bookmark Bot (in TypeScript)

Prerequisites

Initial Setup

  1. Install dependencies via yarn install

  2. Create a .env file at the root and add the following credentials:

  • TWITTER_API_KEY (Get Twitter credentials here)
  • TWITTER_API_SECRET
  • TWITTER_ACC_TOKEN
  • TWITTER_ACC_TOKEN_SECRET
  • THEDOGAPI_API_KEY (Get 'The Dog API' credentials here)
  • UNSPLASH_API_ACC_KEY (Get Unsplash credentials here)
  • UNSPLASH_API_SECRET_KEY
  1. Run the app using yarn dev

How to Run Tests

  • Pending...

Dev Notes

  1. Squash your PRs often (and delete your branches once merged)
// format
feat(ure): feature name...
fix: fix name...
  1. Remember to update the README when necessary

About

Small Twitter Bot that responds to mentions with random dog pics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published