The output of this bot is 100% in Spanish, at least for now |
- pip
- tweepy
- pillow
- emoji
Install the dependencies using Pip:
pip install -r requirements.txt
A Twitter app is required to first download the profile images of the users and later to publish the tweets for you.
After creating it, copy and rename /data/secrets.bak.py to /data/secrets.py:
cp /data/secrets.bak.py /data/secrets.py
Fill it with your own keys and secrets.
You're ready to start simulating wars!
./start.py
However, most probably you'll want to replace the default places and players with your own. Take a look at the next section:
TODO