Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to start? #236

Open
GoogleCodeExporter opened this issue Aug 6, 2015 · 0 comments
Open

How to start? #236

GoogleCodeExporter opened this issue Aug 6, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

I have the next files in google app engine folder: app.yaml, cron.yaml and 
teste.py. Here's the code of teste.py:

#!/usr/bin/python
# -*- encoding: utf-8 -*-

import twitter

minha_consumer_key = '' 
minha_consumer_secret = ''

meu_oauth_token = ''
meu_oauth_token_secret = ''


api=twitter.Api(consumer_key        = minha_consumer_key,    \
                consumer_secret     = minha_consumer_secret, \
                access_token_key    = meu_oauth_token,       \
                access_token_secret = meu_oauth_token_secret)



status = api.PostUpdate('cachorro')

I've deployed the files, but the error 500 appear.
There's something wrong? There's another file to put inside google app engine 
folder?

Sorry my bad english.

Original issue reported on code.google.com by [email protected] on 21 Aug 2012 at 2:13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant