Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charlesread/trumper
Twitter bot to troll Trump
https://github.com/charlesread/trumper
Last synced: about 2 months ago
JSON representation
Twitter bot to troll Trump
- Host: GitHub
- URL: https://github.com/charlesread/trumper
- Owner: charlesread
- Created: 2017-04-29T22:11:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T11:19:41.000Z (over 7 years ago)
- Last Synced: 2024-10-17T14:54:43.852Z (2 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
Who doesn't love Donald Trump?! Let's make his tweets more accurate by making some corrections!
This little Twitter "bot" finds Trump's latest tweet, changes a few things around, and posts it to the Twitter account of your choice! (currently @realD0naldTr0ll).
# Installation
*Note: this app does use `async/await`, so use a `node` with `async/await`, I am using `7.9.0`*
`git clone `
`cd trumper`
`npm install`
`cp config.js.example config.js` (fill out your Twitter app info)
`node index.js`
# Notes
Run `index.js` as much as you like, I have it running every minute via `cron`.
Replacements are made according to the [`Regex`, `String`] arrays in `lib/replacements.js`.
Have fun!
# Contribution
Fork me to some changes or additions and maybe I'll redeploy the app pointed at @realD0naldTr0ll!