https://github.com/spencerlepine/manyshiba-bot
Twitter bot posting a daily random Shiba Inu image
https://github.com/spencerlepine/manyshiba-bot
bot javascript nodejs twitter-api
Last synced: about 1 year ago
JSON representation
Twitter bot posting a daily random Shiba Inu image
- Host: GitHub
- URL: https://github.com/spencerlepine/manyshiba-bot
- Owner: spencerlepine
- Archived: true
- Created: 2021-07-20T17:39:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T16:14:40.000Z (about 2 years ago)
- Last Synced: 2025-05-01T16:59:14.704Z (about 1 year ago)
- Topics: bot, javascript, nodejs, twitter-api
- Language: JavaScript
- Homepage: https://twitter.com/manyshiba
- Size: 89.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ManyShiba Twitter Bot 🐕 
[@ManyShibu](https://twitter.com/manyshiba) - Twitter bot posting a daily random Shiba Inu photo

### 🛠️ Built with:
- [Shibe.online API](https://shibe.online/) (dog images API)
- [Node.js](https://nodejs.org/)
- [Twitter API](https://developer.twitter.com/)
- [GitHub Actions](https://docs.github.com/en/actions) (CRON jobs)
## Prerequisites
- Developer Twitter account ([homepage](https://developer.twitter.com))
- Register a Twitter App
- Create an API KEY with Read/Write permissions (in the app settings)
- Add tokens to [GitHub Secrets](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions) (see `.env.sample)
## Local Development
```sh
git clone https://github.com/spencerlepine/manyshiba-bot.git
cd manyshiba-bot
npm install
cp .env.sample .env
npm start
```
## Deployment
