I hereby claim:
- I am mllobet on github.
- I am mllobet (https://keybase.io/mllobet) on keybase.
- I have a public key whose fingerprint is 88B4 59F8 43D5 EDEA E9B1 0972 31D4 BDFE 927B D288
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import argparse | |
| from flask import Flask | |
| from flask import request | |
| from twilio.rest import TwilioRestClient | |
| from twilio import twiml | |
| import cleverbot |
| from multiprocessing import Pool | |
| import argparse | |
| import requests | |
| URL = 'https://eleccions.upc.edu/censosUPC/principalServlet' | |
| loc = '<td colspan=2><strong>Nom complet:</strong> ' | |
| offset = len(loc) |
| import argparse | |
| import requests | |
| URL = 'https://eleccions.upc.edu/censosUPC/principalServlet' | |
| loc = '<td colspan=2><strong>Nom complet:</strong> ' | |
| offset = len(loc) | |
| LET = "TRWAGMYFPDXBNJZSQVHLCKE" |
| #dependencies: | |
| # selenium | |
| # pip install selenium | |
| # chromedriver, download here: | |
| # http://chromedriver.storage.googleapis.com/index.html?path=2.9/ | |
| # save as script.py and run | |
| # if you want to do a massive DDOS put chromedriver in the same directory and run | |
| # for i in {1..5} | |
| # do |