Re: How to increase file upload size in twitter in django rest api

2019-10-10 Thread Cornelis Poppema
Are you perhaps looking for https://docs.djangoproject.com/en/2.2/ref/settings/#data-upload-max-memory-size ? On Thursday, 10 October 2019 07:04:31 UTC+2, ajitkumar wrote: > > Hi, > > can anyone help me how to increase media upload size in django rest api, > > > > > Thanks in advance. > > >

Re: How to increase file upload size in twitter in django rest api

2019-10-09 Thread Aldian Fazrihady
I haven't found any restriction on file upload size. Did you experience errors while uploading? On Thu, Oct 10, 2019 at 12:04 PM ajitkumar wrote: > Hi, > > can anyone help me how to increase media upload size in django rest api, > > > > > Thanks in advance. > > > -- > You received this message

How to increase file upload size in twitter in django rest api

2019-10-09 Thread ajitkumar
Hi, can anyone help me how to increase media upload size in django rest api, Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: How can I make users login to my site with facebook/twitter/google?

2019-03-07 Thread Ryan Nowakowski
For your https problem I recommend a service like localtunnel or ngrok. On March 5, 2019 11:19:16 AM CST, Sandip Nath wrote: >i want users to my site to log log in with facebook, twitter, google. >While >the development server supports only http fb/twitter/google expects >https.

Re: How can I make users login to my site with facebook/twitter/google?

2019-03-05 Thread vineeth sagar
ers to my site to log log in with facebook, twitter, google. > While the development server supports only http fb/twitter/google expects > https. What to do? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To un

How can I make users login to my site with facebook/twitter/google?

2019-03-05 Thread Sandip Nath
i want users to my site to log log in with facebook, twitter, google. While the development server supports only http fb/twitter/google expects https. What to do? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Problem with Twitter authetication

2018-06-14 Thread Cris Martinez
Hi: I had a problem two days ago, I buid a web site that can authenticate with twitter. I'm using Django 1.8 and all worked very well, but now it crashed with 403 Client Error: Forbidden for url: https://api.twitter.com/oauth/request_token and I don know why. I already changed all tokens

Re: how can i create web app like twitter with django

2017-08-16 Thread Sol Chikuse
Hi there, Creating a web app like twitter is no easy task especially for someone with a little idea of Django. So before you attempt to develop a clone of such a gigantic project you should immense yourself in getting to know Django, work on some small projects, taking small baby steps *(Don't

how can i create web app like twitter with django

2017-08-16 Thread rehobotworld4u
i have been given a project in our school to create a web app like twitter with python django and i have only a little ideal of django -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiv

TWITTER

2017-06-05 Thread Daniel
FOLLOW https://twitter.com/VMozghovyi -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send

python-social-auth-django for Twitter

2017-03-28 Thread Mike Ru
I'm using python-social-auth-django. I' trying to login with Twitter. It works. But some symbols are added to my nickname. Why is it happening? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: Django Admin should really support Twitter Bootsrap

2015-04-25 Thread Derek
, the django admin tool should support twitter bootstrap >> markups and styling. This is the third django project where I've had to >> deal with custom form widgets because the admin tool supports kind of an >> outdated layout scheme in the admin template. >> >> Thi

Re: Django Admin should really support Twitter Bootsrap

2015-04-16 Thread Scot Hacker
On Monday, April 13, 2015 at 3:16:40 PM UTC-7, Patrick Lemiuex wrote: > > It's about time, the django admin tool should support twitter bootstrap > markups and styling. This is the third django project where I've had to > deal with custom form widgets because the admin tool s

Re: Django Admin should really support Twitter Bootsrap

2015-04-15 Thread bobhaugen
On Monday, April 13, 2015 at 5:16:40 PM UTC-5, Patrick Lemiuex wrote: > > It's about time, the django admin tool should support twitter bootstrap > markups and styling. This is the third django project where I've had to > deal with custom form widgets because the admin tool s

Re: Django Admin should really support Twitter Bootsrap

2015-04-14 Thread David Gleba
to what you are proposing? On Monday, April 13, 2015 at 6:16:40 PM UTC-4, Patrick Lemiuex wrote: > > It's about time, the django admin tool should support twitter bootstrap > markups and styling. This is the third django project where I've had to > deal with custom form widgets because th

Django Admin should really support Twitter Bootsrap

2015-04-13 Thread Patrick Lemiuex
It's about time, the django admin tool should support twitter bootstrap markups and styling. This is the third django project where I've had to deal with custom form widgets because the admin tool supports kind of an outdated layout scheme in the admin template. This also affects a lot

Re: django user authenication form in modal form twitter bootstrap

2014-06-29 Thread sarfaraz ahmed
The issue is almost resolved. The only problem now I am facing is when I include login function which provides form with csrf token. The bootstrap modal forms dissappear immediately after is comes on screen. If I do not include this url using data-remote option the modal comes. But without csrf

Re: django user authenication form in modal form twitter bootstrap

2014-06-27 Thread sarfaraz ahmed
i am using attribute to call modal popup. Should I use JS and try. I would give a try and let you know. Thanks in advance, Sarfaraz Ahmed On Sat, Jun 28, 2014 at 6:09 AM, Mario Gudelj wrote: > Sounds like you have a js issue now. Have a look inside chrome console for >

Re: django user authenication form in modal form twitter bootstrap

2014-06-27 Thread Mario Gudelj
Sounds like you have a js issue now. Have a look inside chrome console for any errors and fix them. Modal not coming up wouldn't be a django issue. On 28/06/2014 5:41 am, "sarfaraz ahmed" wrote: > Hello, > > You were absolutely right.. the function was wrong. Please help

Re: django user authenication form in modal form twitter bootstrap

2014-06-27 Thread sarfaraz ahmed
Hello, You were absolutely right.. the function was wrong. Please help me sort out that.. as this your suggestion took me one step close to fix this issue. Now the scenario is like this *views.py *has this function to render my login.html -- @csrf_protect

Re: django user authenication form in modal form twitter bootstrap

2014-06-27 Thread sarfaraz ahmed
Hello Roman, Thanks for response. Tried what you suggested me. The modal does not even pop up if I used the code mentioned in your reply. Regards, Sarfaraz Ahmed On Fri, Jun 27, 2014 at 12:09 PM, Roman Klesel wrote: > I think the view function is wrong. > > This

Re: django user authenication form in modal form twitter bootstrap

2014-06-27 Thread Roman Klesel
I think the view function is wrong. This should do: from django.views.decorators.csrf import csrf_protect from django.shortcuts impor render @csrf_protect def login(request): return render(request, 'login.html') 2014-06-27 6:03 GMT+02:00 sarfaraz ahmed : > Hello >

django user authenication form in modal form twitter bootstrap

2014-06-26 Thread sarfaraz ahmed
Hello I am new to django I am trying to use modal (bootstrap) for embed by login form. I am using the following error. I have mentioned my code below and tried lot of googling... still no use. Help Reason given for failure: CSRF token missing or incorrect. Here is code in view.py

Re: facebook/twitter sharing, and testing

2013-04-12 Thread sara ismail
ril 10, 2013 4:50:51 PM UTC+2, sara ismail wrote: >>> >>> im new to django, and i am working on a project, a selling and buying >>> website, where a user can post about a product that he/she wants to sell, >>> and my part right now is sharing posts from the site

Re: facebook/twitter sharing, and testing

2013-04-10 Thread Bill Freeman
site, where a user can post about a product that he/she wants to sell, >> and my part right now is sharing posts from the site with facebook, and >> twitter. i was wondering how to test such a thing, like unit testing, >> knowing that i implemented front end only, just an HTML file. >&g

Re: facebook/twitter sharing, and testing

2013-04-10 Thread sara ismail
rom the site with facebook, and > twitter. i was wondering how to test such a thing, like unit testing, > knowing that i implemented front end only, just an HTML file. > and i have another question, how can i take a post url, and make it the > link to be shared with facebook/twitter,

Announcing Django Announce Twitter bot

2013-04-09 Thread Josh Cartmell
I created a Twitter bot that tweets the title and provides links to messages posted in the Django Announce Google Group (Django release announcements for example). If anyone is interested you can see it here: http://twitter.com/djangoannounce Feel free to give me feedback, or point out bugs

Re: interplay between django and twitter-bootstrap...

2013-01-23 Thread Sameer Oak
Hello Pankaj, This is much of a help from you. Thank you very much for you help. Regards, - sameer oak. On Wed, Jan 23, 2013 at 7:07 PM, Pankaj Singh <ps.j...@gmail.com> wrote: > Hey Sameer, > > Django gives you complete freedom for choosing client side libraries. > You can

Re: interplay between django and twitter-bootstrap...

2013-01-23 Thread Pankaj Singh
Hey Sameer, Django gives you complete freedom for choosing client side libraries. You can easily use twitter-bootstrap in django templates. There are many libraries written using django and bootstrap to create beautiful forms. Here are some example - 1. http://django-crispy-forms.readthedocs.org

Re: django<-->twitter bootstrap philosophy

2013-01-23 Thread SameerOak
Hello Vincent, I'm also a new comer to the web-2.0 world. After almost 12+ years of experience in developing enterprise level products in pure C on Linux and a lot of bash shell scripting, I thought I'd start something new. So I left job, 25-Jan-2013 being the last day. It's better late than

interplay between django and twitter-bootstrap...

2013-01-23 Thread SameerOak
Hello, I am new to web development and python and django was my immediate choice to start with. I am in a process of developing a moderated traffic portal. Coming straight to the query, can I design my web pages using twitter-bootstrap and django framework in the back-end? Kindly help

Re: django<-->twitter bootstrap philosophy

2012-09-25 Thread Vincent Fulco
/d/msg/django-users/-/hRg6yZPq6QkJ. >> To post to this group, send email to django...@googlegroups.com >> . >> To unsubscribe from this group, send email to >> django-users...@googlegroups.com . >> For more options, visit this group at >> http://groups.google

Re: django<-->twitter bootstrap philosophy

2012-09-25 Thread azizmb.in
ribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- - Aziz M. Bookwala Website <http://azizmb.in/> | Twitter <https://twitter.com/azizbookwala>

django<-->twitter bootstrap philosophy

2012-09-25 Thread Vincent Fulco
Been thru the Django manual, bootstrap website instructions and other resources a few times so have working understanding of MVC structure. However, the incorporation of bootstrap throwing me off a little. Working on a ecommerce idea, for now plan is to create homepage (using bootstrap) as

Re: django-allauth and signup or login via twitter?

2012-08-12 Thread Amyth
It seems like there is a problem with your twitter app configuration, most probably the website url and the callback url. Make sure you are specifying the Urls in /etc/hosts on your local server and the consumer key and secret are correct. If you still face any problems, follow my step by step

Re: django-allauth and signup or login via twitter?

2012-08-02 Thread Carlos Leite
I've never used allauth. I build an app with login via twitter using django-social-auth instead. I just follow the doc steps. If you'd like to see the code [1] [1] - https://github.com/znc-sistemas/python-people/commit/caf37acc0be9530de1c3a43aa5a525ccba266519 git it a try

django-allauth and signup or login via twitter?

2012-07-31 Thread HL
error/$', login_error, name='socialaccount_login_error'), > ) 2. Updated TEMPLATE_CONTEXT_DIRS, TEMPLATE_CONTEXT_PROCESSORS, AUTHENTICATION_BACKENDS and INSTALLED_APPS. Also added ACCOUNT_AUTHENTICATION_METHOD = "username_email" 3. Added Key and Secret for twitter in the Social apps table.

Re: twitter

2012-04-04 Thread Ovnicraft
On Wed, Apr 4, 2012 at 8:13 PM, Randa Hisham <randahes...@gmail.com> wrote: > hey > iam looking for django app that working with twitter stream api,any > recommends? > Hello i recommend you use https://dev.twitter.com/docs/twitter-libraries#python and integrate with you django

twitter

2012-04-04 Thread Randa Hisham
hey iam looking for django app that working with twitter stream api,any recommends? -- Randa Hesham Software Developer Twitter:@ro0oraa <http://twitter.com/#%21/ro0oraa> FaceBook:Randa Hisham <http://www.facebook.com/Ro0oraaa> ٍ -- You received this message because you ar

Re: twitter timeline

2012-03-22 Thread Anoop Thomas Mathew
Hi, https://twitter.com/status/user_timeline/.json This would get you latest public tweets as json. This was good enough for my application. See if that helps. If you need twitter authentication and more features, you can use tweepy. Thanks, Anoop Thomas Mathew atm ___ Life is short, Live

Re: twitter timeline

2012-03-22 Thread Amit
Hi Randa, I have used tweepy. Its easy to use. doc link: http://packages.python.org/tweepy/html/ On Mar 21, 7:00 pm, Randa Hisham <randahes...@gmail.com> wrote: > hey > iam going to make an app that read the timeline of a user from twitter what > django package do you recommend?

twitter timeline

2012-03-21 Thread Randa Hisham
hey iam going to make an app that read the timeline of a user from twitter what django package do you recommend? -- Randa Hesham Software Developer Twitter:@ro0oraa <http://twitter.com/#%21/ro0oraa> FaceBook:Randa Hisham <http://www.facebook.com/Ro0oraaa> ٍ -- You received

Re: A good Twitter Package

2012-03-16 Thread creecode
Hello coded kid, On Friday, March 16, 2012 2:30:06 AM UTC-7, coded kid wrote: Hi guys, does anyone know about a good django package for twitter > authorization? I tried using omab/django social auth, but the twitter > authorization is not working for me. Are you interested in

A good Twitter Package

2012-03-16 Thread coded kid
Hi guys, does anyone know about a good django package for twitter authorization? I tried using omab/django social auth, but the twitter authorization is not working for me. Would love to hear your opinion! Thanks! -- You received this message because you are subscribed to the Google Groups

Re: Django Forms and Twitter Bootstrap - Add fieldset, div wrapper and CSS labels to Django Forms?

2011-12-12 Thread Tomek Paczkowski
Check out this little tool: http://pypi.python.org/pypi/django-widget-tweaks Here's how I use it: https://github.com/oinopion/twitz/blob/master/templates/statuses/_status_update_form.html -- You received this message because you are subscribed to the Google Groups "Django users" group. To view

Re: Django Forms and Twitter Bootstrap - Add fieldset, div wrapper and CSS labels to Django Forms?

2011-12-12 Thread Ezequiel Bertti
See this example: https://github.com/ebertti/django-registration-bootstrap have a example using django-registration On Mon, Dec 12, 2011 at 07:37, Lukas Vinclav <lukasvinc...@gmail.com> wrote: > Hi, > > I am using Twitter Bootstrap in Django for a long time. Here are &

Re: Django Forms and Twitter Bootstrap - Add fieldset, div wrapper and CSS labels to Django Forms?

2011-12-12 Thread Lukas Vinclav
Hi, I am using Twitter Bootstrap in Django for a long time. Here are directions how to achieve correct result. 1. Create new file for displaying forms in templates directory(e.g. forms.html) 2. In forms.html write the form displaying logic. This is just an example. You have to set bootstrap's

Django Forms and Twitter Bootstrap - Add fieldset, div wrapper and CSS labels to Django Forms?

2011-12-11 Thread Victor Hooi
Hi, I'm attempting to use Django forms with Twitter's CSS library Bootstrap (http://twitter.github.com/bootstrap/): The default form outputted by {{ form.as_p }} doesn't seem to be enough to be formatted nicely with Bootstrap. You need to add a , as well as class="control-label" to each .

Re: good django twitter login tutorial

2011-09-26 Thread Gianluca Sforna
ng a django app with twitter. -- Gianluca Sforna http://morefedora.blogspot.com http://identi.ca/giallu - http://twitter.com/giallu -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googleg

Re: good django twitter login tutorial

2011-09-26 Thread Cal Leeming [Simplicity Media Ltd]
where users log in with their twitter > account like you see a lot on the internet. > > I read some things about OAuth 2.0 etc. but don't understand any of > those docs. > > I am a total beginner (I just got the poll application to work) and > have never build a site with users/log

good django twitter login tutorial

2011-09-26 Thread Guido
Hey all, I want to build a website where users log in with their twitter account like you see a lot on the internet. I read some things about OAuth 2.0 etc. but don't understand any of those docs. I am a total beginner (I just got the poll application to work) and have never build a site

Virtualenv and Dajaxice up...Now looking for Django Twitter Birds

2011-03-30 Thread LJ
some consolidated info about it, ping me. Now I am curious to know if anyone out there in the Django community uses Twitter or has a Blog. If so, please Tweet me your blog @ljayadams. -- You received this message because you are subscribed to the Google Groups "Django users" grou

Twitter like graph with django model

2011-03-27 Thread Shamail Tayyab
Hi, Can you give me a hint on some model schema that can optimally store a big social graph (follow/following type). Tx -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To

Re: What apps or snippets to use for Facebook and Twitter registration, login and posting?

2011-03-03 Thread Addy Yeow
For Twitter, https://github.com/joshthecoder/tweepy does the trick for me. On Thu, Mar 3, 2011 at 9:51 PM, guyf <guyfar...@gmail.com> wrote: > > > On Mar 2, 4:28 pm, Rodrigo Cea <rodrigo...@gmail.com> wrote: >> I am developing a site that I want to link with Fac

Re: What apps or snippets to use for Facebook and Twitter registration, login and posting?

2011-03-03 Thread guyf
On Mar 2, 4:28 pm, Rodrigo Cea <rodrigo...@gmail.com> wrote: > I am developing a site that I want to link with Facebook and Twitter. > > So as to not reinvent the wheel, I'm looking for apps or snippets that can > help with this, specifically: > > 1) allow use

Re: What apps or snippets to use for Facebook and Twitter registration, login and posting?

2011-03-03 Thread Tomasz Zieliński
On 2 Mar, 18:30, Jason Culverhouse <ja...@mischievous.org> wrote: > On Mar 2, 2011, at 8:28 AM, Rodrigo Cea wrote: > > > I am developing a site that I want to link with Facebook and Twitter. > > https://github.com/flashingpumpkin/django-socialregistration(note the for

Re: What apps or snippets to use for Facebook and Twitter registration, login and posting?

2011-03-02 Thread Jason Culverhouse
On Mar 2, 2011, at 8:28 AM, Rodrigo Cea wrote: > I am developing a site that I want to link with Facebook and Twitter. > > So as to not reinvent the wheel, I'm looking for apps or snippets that can > help with this, specifically: > > 1) allow users to register and login w

What apps or snippets to use for Facebook and Twitter registration, login and posting?

2011-03-02 Thread Rodrigo Cea
I am developing a site that I want to link with Facebook and Twitter. So as to not reinvent the wheel, I'm looking for apps or snippets that can help with this, specifically: 1) allow users to register and login with their Facebook and/or Twitter accounts. 2) Have these accounts be linked

Re: django-twitter-oauth connection refused

2010-09-07 Thread Bill Freeman
>    ashwin > > On Sep 4, 1:16 am, Bill Freeman <ke1g...@gmail.com> wrote: >> No.  I'm not actually using twitter anywhere.  I just remember the >> email saying that the API changed on Tuesday, so I'm not surprised if >> things that worked before are broken now

Re: django-twitter-oauth connection refused

2010-09-05 Thread ashy
Hi All, Now I am getting 'Cannot send request' exception. Exception Location: /usr/lib/python2.6/httplib.py in putrequest, line 802 Some problem with httplib. Any ideas? thanks ashwin On Sep 4, 1:16 am, Bill Freeman <ke1g...@gmail.com> wrote: > No.  I'm not actually using twitter

Re: django-twitter-oauth connection refused

2010-09-03 Thread Bill Freeman
No. I'm not actually using twitter anywhere. I just remember the email saying that the API changed on Tuesday, so I'm not surprised if things that worked before are broken now. On Fri, Sep 3, 2010 at 10:26 AM, ashwin morey <ashwinmo...@gmail.com> wrote: > Hi Bill, > > Did you t

Re: django-twitter-oauth connection refused

2010-09-03 Thread ashwin morey
Hi Bill, Did you try using django-twitter-oauth http://github.com/henriklied/django-twitter-oauth#readme? I got the error while using this app. thanks ashy On Fri, Sep 3, 2010 at 7:46 PM, Bill Freeman <ke1g...@gmail.com> wrote: > There was an email from twitter to it's users,

Re: django-twitter-oauth connection refused

2010-09-03 Thread Bill Freeman
There was an email from twitter to it's users, yesterday or the day before, saying that they've changed their auth API. I think it was a change to requiring OAUTH, but you may want to check whether port or SSL changes have occurred. On Fri, Sep 3, 2010 at 10:08 AM, ashy <ashwinmo...@gmail.

django-twitter-oauth connection refused

2010-09-03 Thread ashy
Hi All, I am using django-twitter-oauth app in my project, but I am getting the following error while trying to connect to twitter.com. Exception Value:(111, 'Connection refused') Exception Location: /usr/lib/python2.6/socket.py in create_connection, line 514 token

Re: Recommendations for a twitter oauth library?

2010-06-04 Thread steve
I wanted to second my thumbs up for oauth2. It's working for my site as well. I'm using http://github.com/simplegeo/python-oauth2 specifically (though the official Twitter library page mentions that the "brosner fork" should be the one to use, which is forked from the one I'm using, and

OAuth/Twitter flow question

2010-06-02 Thread steve
Hi, for those using OAuth for a Twitter-based app, I'm wondering what page you take the User after they click on a "logout" link. Do you take them to a simple login page where you simply display the standard Twitter-brand "Log in with Twitter" image button? If they're still

Re: Recommendations for a twitter oauth library?

2010-04-28 Thread Aliaksandr Abushkevich
Hi Adam, OAuth2 works for me. You can use it in any of your python projects. Best regards, Alex On Wed, Apr 28, 2010 at 5:33 AM, adamjamesdrew <theikl...@gmail.com> wrote: > Hi has anyone found a good twitter oauth library for django? > > -- > You received this m

Recommendations for a twitter oauth library?

2010-04-27 Thread adamjamesdrew
Hi has anyone found a good twitter oauth library for django? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to dj

Re: problem with twitter app

2010-04-21 Thread het.oosten
I solved it making this context_processor.py: import datetime import time from django.conf import settings from django.core.cache import cache import twitter def latest_tweet( request ): tweet = cache.get( 'tweet' ) if tweet: return {"tweet": tweet}

problem with twitter app

2010-04-21 Thread het.oosten
I am using python-twitter on my site. I have a problem when the Twitter site is down. This results in an error message. I did not found out if the users gets an error message or not. To use Twitter on my site I have this context_processors.py import datetime import time from django.conf import

twitter login button

2010-04-15 Thread knight
HI I have a django application running on app engine and I want to add a twitter login to my application. Do you have a good links how to do that. I already registered my app in twitter. Just don't know how to do login/logout buttons. Thanks, Arshavski Alexander -- You received this message

Re: modify date in django twitter app

2010-03-09 Thread het.oosten
+ ( "wieskamp.verkoop.context_processors.latest_tweet", ) TWITTER_USER = "username" TWITTER_TIMEOUT = 3600 This context_processor: import datetime import time from django.conf import settings from django.core.cache import cache import twitter def latest_tweet( request ): tweet = cache.get( 'tweet'

Re: modify date in django twitter app

2010-03-08 Thread Nick
20:46:03 > > On 8 mrt, 22:13, "het.oosten" <het.oos...@gmail.com> wrote: > > > I am getting somewhere now: > > > import datetime > > import time > > import twitter > > > tweet  = twitter.Api().GetUserTimeline('username', count=3) >

Re: modify date in django twitter app

2010-03-08 Thread het.oosten
I forgot to mention that my desired output of the date is: 2010-02-22 20:46:03 On 8 mrt, 22:13, "het.oosten" <het.oos...@gmail.com> wrote: > I am getting somewhere now: > > import datetime > import time > import twitter > > tweet  = twitter.Api().GetUser

Re: modify date in django twitter app

2010-03-08 Thread het.oosten
I am getting somewhere now: import datetime import time import twitter tweet = twitter.Api().GetUserTimeline('username', count=3) for s in tweet: s.date = datetime.datetime(*(time.strptime( s.created_at,"%a %b %d %H:%M:%S + %Y" )[0:6])) print [x.text for x in tweet] pri

Re: modify date in django twitter app

2010-03-08 Thread het.oosten
most done implementing tweets on my site using a tutorial which > > a found > > here:http://www.omh.cc/blog/2008/aug/4/adding-your-twitter-status-django-s... > > > The problem is that i want to modify the date output when i retrieve > > multiple tweets. The example

Re: modify date in django twitter app

2010-03-07 Thread Daniel Roseman
On Mar 7, 9:57 pm, "het.oosten" <het.oos...@gmail.com> wrote: > I am almost done implementing tweets on my site using a tutorial which > a found > here:http://www.omh.cc/blog/2008/aug/4/adding-your-twitter-status-django-s... > > The problem is that i want to modify

modify date in django twitter app

2010-03-07 Thread het.oosten
I am almost done implementing tweets on my site using a tutorial which a found here: http://www.omh.cc/blog/2008/aug/4/adding-your-twitter-status-django-site/ The problem is that i want to modify the date output when i retrieve multiple tweets. The example above is written for retrieving only one

Re: oauth handling against twitter

2010-01-05 Thread dan hirsch
where will the cookie reside? it's not the users side since all oauth communication is between me and twitter. I could try to keep the secret or both(secret and token) in the session , but is there a different session for each user. is a django session defined for each connection

Re: oauth handling against twitter

2010-01-05 Thread Bill Freeman
On Tue, Jan 5, 2010 at 8:29 AM, hackndoes <hirsh@gmail.com> wrote: > I am using the oauth-python-twitter from google code to establish > oauth authentication  with twitter from my django app. > I don't use django oauth application as part of my solution cause i > have no

oauth handling against twitter

2010-01-05 Thread hackndoes
I am using the oauth-python-twitter from google code to establish oauth authentication with twitter from my django app. I don't use django oauth application as part of my solution cause i have no need, i only need a thin use of oauth to make a user of my app a follower of my twitter account. it's

Re: Twitter API

2009-12-28 Thread Kevin Renskers
I am using http://code.google.com/p/python-twitter/ on my own Django website, works like a charm. Are you sure you are using the API correctly? api.PostUpdate(username, password, 'I love python-twitter!') By the way, updating a tweet is impossible, as Twitter doesn't support that. You can delete

Re: Twitter API

2009-12-27 Thread Christophe Pettus
On Dec 27, 2009, at 1:15 PM, Mario wrote: > As I pointed out in > my early email, I want to create/update/delete a twitt in django in > lieu of the Twitter front-end. Every reasonable Twitter API I know of (including the Python ones) allow the full range of Twitter operations,

Re: Twitter API

2009-12-27 Thread Mario
Thank you for you suggestions. Btw, I created a mocked-up app and was testing the functionality of the python-twitter. I read the docs as posted at http://media.jesselegg.com/syncr/syncr.app.tweet.html. I did a small unit testing and could see the results immediately, but I could not create

Re: Twitter API

2009-12-27 Thread Christophe Pettus
On Dec 27, 2009, at 12:31 PM, Mario wrote: > Thank you for replying. Yes, I reviewed python twitter API, but the > model or the app is designed to pull down the "twitt". I would like to > upload a twitt via Django in lieu of using the Twitter front-end. Any > thoughts or sug

Re: Twitter API

2009-12-27 Thread Tim Chase
> Is there a Twitter API that would allow me to update a Twitt via > Django? If so would you be kind enough to send me the link? I've used Twyt[1] for both command-line posting and for API usage. It's all pure python and AFAIK doesn't have any dependencies outside of stock python.

Re: Twitter API

2009-12-27 Thread Mario
Christophe, Thank you for replying. Yes, I reviewed python twitter API, but the model or the app is designed to pull down the "twitt". I would like to upload a twitt via Django in lieu of using the Twitter front-end. Any thoughts or suggestions? _Mario On Dec 27, 3:26 pm, Christophe

Re: Twitter API

2009-12-27 Thread Ovnicraft
2009/12/27 Christophe Pettus <x...@thebuild.com> > > On Dec 27, 2009, at 12:24 PM, Mario wrote: > > Is there a Twitter API that would allow me to update a Twitt via > > Django? If so would you be kind enough to send me the link? > > Not meaning to be too terribly

Re: Twitter API

2009-12-27 Thread Shawn Milochik
http://code.google.com/p/python-twitter/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-user

Re: Twitter API

2009-12-27 Thread Carlos Ricardo Santos
Sorry.. scrobble is Last.fm, LOL :D 2009/12/27 Carlos Ricardo Santos <carlosricardosan...@gmail.com> > You have python-twitter and pyscrobble. > > > 2009/12/27 Mario <goober20...@gmail.com> > > Good afternoon, >> >> Is there a Twitter API that woul

Re: Twitter API

2009-12-27 Thread Christophe Pettus
On Dec 27, 2009, at 12:24 PM, Mario wrote: > Is there a Twitter API that would allow me to update a Twitt via > Django? If so would you be kind enough to send me the link? Not meaning to be too terribly sarcastic, but have you tried using Google to search for "python

Re: Twitter API

2009-12-27 Thread Carlos Ricardo Santos
You have python-twitter and pyscrobble. 2009/12/27 Mario <goober20...@gmail.com> > Good afternoon, > > Is there a Twitter API that would allow me to update a Twitt via > Django? If so would you be kind enough to send me the link? > > _Mario > > -- > > Y

Twitter API

2009-12-27 Thread Mario
Good afternoon, Is there a Twitter API that would allow me to update a Twitt via Django? If so would you be kind enough to send me the link? _Mario -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: PyFacebook and python-twitter

2009-09-14 Thread Rodrigo Cea
.@gmail.com> wrote: > > On Sun, Sep 13, 2009 at 9:54 AM, simba <judemwe...@gmail.com> wrote: > > > > I am looking for hosting that supports both of the above library. i > > > have no idea on how to have these two libraries on shared hosting. > > > Please

Re: PyFacebook and python-twitter

2009-09-13 Thread Chris Babcock
hese two libraries on shared hosting. > > Please Help!! > > > > I've got python-twitter installed on my webfaction account. I'm sure > it would be no trouble at all to install PyFacebook as well. Right, those are just libraries that provide API access over t

Re: PyFacebook and python-twitter

2009-09-13 Thread Adam Olsen
On Sun, Sep 13, 2009 at 9:54 AM, simba <judemwe...@gmail.com> wrote: > > I am looking for hosting that supports both of the above library. i > have no idea on how to have these two libraries on shared hosting. > Please Help!! > I've got python-twitter installed on my web

PyFacebook and python-twitter

2009-09-13 Thread simba
I am looking for hosting that supports both of the above library. i have no idea on how to have these two libraries on shared hosting. Please Help!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

Re: post_save timeout with twitter

2009-08-07 Thread k88
use a post_save signal to send a tweet on twitter. Just now I have had some > ugly timeout crashes since twitter was not responding and my saves were > getting b0rked. How does one get around that? > -- > regards > kghttp://lawgon.livejournal.com --~--~-~--~~

post_save timeout with twitter

2009-08-07 Thread Kenneth Gonsalves
hi, I use a post_save signal to send a tweet on twitter. Just now I have had some ugly timeout crashes since twitter was not responding and my saves were getting b0rked. How does one get around that? -- regards kg http://lawgon.livejournal.com

Re: marrying django to twitter

2009-07-01 Thread Kenneth Gonsalves
On Wednesday 01 July 2009 09:01:58 David Zhou wrote: > On Tue, Jun 30, 2009 at 11:21 PM, Kenneth Gonsalves > > <law...@thenilgiris.com> wrote: > > has anyone succeeded in marrying django to twitter - that is broadcasting > > updates in the django db to twitter? I did

  1   2   >