A bot that generates fake iOS emergency alerts
296

@FakeAlertsBot is a Twitter bot to tweet out made-up "Emergency Alerts" in the style of iOS's Emergency Alert functionality.
docker run -e CONSUMER_KEY=your_info_here -e CONSUMER_SECRET=your_info_here -e ACCESS_TOKEN_KEY=your_info_here -e ACCESS_TOKEN_SECRET=your_info_here thzinc/fakealertsbot
If you want to run the code locally, set the following environment variables with your Twitter API key info, then run npm run start:
CONSUMER_KEYCONSUMER_SECRETACCESS_TOKEN_KEYACCESS_TOKEN_SECRETBuild the Docker image locally:
docker build -t thzinc/fakealertsbot:devel .
Then run it:
docker run -e CONSUMER_KEY=your_info_here -e CONSUMER_SECRET=your_info_here -e ACCESS_TOKEN_KEY=your_info_here -e ACCESS_TOKEN_SECRET=your_info_here thzinc/fakealertsbot:devel
We are committed to fostering an open and welcoming environment. Please read our code of conduct before participating in or contributing to this project.
We welcome contributions and collaboration on this project. Please read our contributor's guide to understand how best to work with us.
This software is made available by Daniel James under the MIT license.
Content type
Image
Digest
Size
308.9 MB
Last updated
over 8 years ago
docker pull thzinc/fakealertsbot