https://github.com/corentinth/satirify-bot
Twitter bot that mocks tweets when mentionned. Try it: reply "@satirify" to a tweet you want to mock.
https://github.com/corentinth/satirify-bot
Last synced: 9 months ago
JSON representation
Twitter bot that mocks tweets when mentionned. Try it: reply "@satirify" to a tweet you want to mock.
- Host: GitHub
- URL: https://github.com/corentinth/satirify-bot
- Owner: CorentinTh
- License: mit
- Created: 2019-11-12T14:00:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-22T10:53:23.000Z (about 6 years ago)
- Last Synced: 2025-02-13T11:35:12.674Z (11 months ago)
- Language: TypeScript
- Homepage: https://twitter.com/satirify
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Satirify
Satirify is a twitter bot that you can use to mock tweets in the spongebob meme fashion.
## Test it now
To mock a tweet, simply respond to it mentionning [`@satirify`](https://twitter.com/satirify). It will automatically respond to the tweet by mocking it.
## Make your own
### With docker
```shell
docker build https://github.com/CorentinTh/satirify-bot.git -t corentinth/satirify-bot
docker run -d corentinth/satirify-bot
```
### Without docker
First create a twitter develloper account and
```shell
git clone https://github.com/CorentinTh/satirify-bot.git
cd satirify-bot
npm build
npm start
```
## Contribute
**Pull requests are welcome !** Feel free to contribute.
## Credits
Coded with ❤️ by [Corentin Thomasset](//corentin-thomasset.fr).
## License
This project is under the [MIT license](./LICENSE).