This bot was developed during the Tecnópole Technological Workshops 2019.
All T2W participants will face each other in a pitched battle via... Twitter?
During the 3 days, 41 people struggle to gain control and control of the Tecnópole camp. They accept the possibility of an imminent defeat, and understand, in their hearts, that there is nothing that can save them.
Clone or download the project:
git clone https://github.com/cosasdepuma/t2warbot.git T2WarBot
cd T2WarBot
If you want to run T2WarBot
on your computer, you need to install some Python3
modules:
pip3 install -r requirements.txt
Also you need to specify your Twitter credential tokens.
You must be registered on https://apps.twitter.com/
''' t2warbot.py '''
def tweet(tweet_msg):
CONSUMER_KEY = " == CENSORED == "
CONSUMER_SECRET = " == CENSORED == "
ACCESS_KEY = " == CENSORED == "
ACCESS_SECRET = " == CENSORED == "
Finally, you need to have a list with the name of the participants in a text file, written line by line. For example:
Bill Gates
Steve Jobs
Elon Musk
SpongeBob
...
To turn on the War Bot, run:
python3 t2warbot.py
You can specify the file with all the usernames in the following way (alumnos.txt
by default):
python3 t2warbot.py people.txt
Everything I do and publish can be used for free whenever I receive my corresponding merit.
Anyway, if you want to help me in a more direct way, you can leave me a tip by clicking on this badge:
Polyglot-Code
< Repository >
|__ .gitignore
|__ .assets
|__ T2W.png
|__ LICENSE
|__ README.md
< Program >
|__ src
|__ t2warbot.py
|__ requirements.txt
Adriel has been the first winner of the T2War! Congrats!
Please contact with Kike Puma if you need more information.