I decided to make a Twitter Bot that bombs the fabo, but I haven't rented a server, so I decided to use Google App Engine (GAE).
I wanted to use a module called Twtyhon to use the Twitter API, but GAE doesn't support Twython by default.
Not limited to Twython, there are few modules included by default, so I think that you will have to add some modules yourself.
Each module has a dependency. For example Twython uses modules such as requests and requests_oauthlib. Then you need to put these in Twython. It's annoying.
So I made a copy of what's under site-packages and put it there! Did you do something when you installed it?
For the time being, it took about an hour just for this trouble (ββΈβ)
Recommended Posts