This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name | HP | Attack | Defense | Type | |
---|---|---|---|---|---|
Vigoroth | Mid | High | Mid | Normal | |
Dodrio | High | Mid | High | Normal | |
Farfetch'd | Low | High | Low | Normal | |
Lillipup | Low | Low | Low | Normal | |
Jellicent | Mid | Low | High | Water | |
Corsola | Low | Low | Mid | Water | |
Piplup | Low | Low | Low | Water | |
Marill | High | Low | Low | Water | |
LandorusTherian Forme | Mid | Mid | Mid | Flying |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import random,json | |
from wiggleface import * | |
w = wiggleface() | |
""" | |
GOLD. Get all the gold to win. | |
Rhema Linder, 4/26/2021 | |
Uses WiggleFace: https://github.com/AZHenley/wiggleface | |
""" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
[ | |
2, | |
[ | |
"bo", | |
"do", | |
"go", | |
"ho", | |
"jo", | |
"lo", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TOTAL TOPICS 100 | |
TOPIC 0 | |
state | |
corporate | |
farming | |
natural | |
resources | |
satirical |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TheOnion 177 | |
benbendc 124 | |
edchi 124 | |
landay 117 | |
msbernst 104 | |
EmWatson 99 | |
merrierm 94 | |
dourish 92 | |
clifflampe 91 | |
jonfroehlich 88 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from twython import Twython, TwythonError | |
import time | |
APP_KEY = ""#aka Consumer key | |
APP_SECRET = ""#aka Consumer secret | |
OAUTH_TOKEN = "16279554-"# aka Access token | |
OAUTH_TOKEN_SECRET = ""# aka Access token secret | |
user_timeline = None |