Giter Club home page Giter Club logo

t2warbot's Introduction

T2WarBot

language twitter

❓ About

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 me!

Clone or download the project:

git clone https://github.com/cosasdepuma/t2warbot.git T2WarBot

cd T2WarBot

🔌 Requirements

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
 ...

🏃 Usage

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

🐙 Support the developer!

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:


PayPal Donation

🌍 Scheme of contents

Polyglot-Code
 < Repository >
|__ .gitignore
|__ .assets
  |__ T2W.png
|__ LICENSE
|__ README.md
< Program >
|__ src
  |__ t2warbot.py
|__ requirements.txt

🏆 And the winner is...

Adriel has been the first winner of the T2War! Congrats!


Please contact with Kike Puma if you need more information.

t2warbot's People

Contributors

cosasdepuma avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.