Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to convert a Status object to String?
Post: RE: How to convert a Status object to String?

(Jan-14-2018, 08:24 AM)Gribouillis Wrote: You can try print(dir(s)) to see if s has a method converting to a string. Just tried that out and got this for the output, ['__class__', '__delattr__', '__...
Vucko General Coding Help 6 7,252 Jan-14-2018, 05:35 PM
    Thread: How to convert a Status object to String?
Post: RE: How to convert a Status object to String?

(Jan-14-2018, 07:06 AM)Larz60+ Wrote: s = s[s.index('@mytwitter')+11:] Tried that but I'm getting "AttributeError: 'Status' object has no attribute 'index'"
Vucko General Coding Help 6 7,252 Jan-14-2018, 07:10 AM
    Thread: How to convert a Status object to String?
Post: How to convert a Status object to String?

Really need some help, been stuck on this for hours. So I'm working on a small Twitter bot that is using Tweepy. I have it working so that when my Twitter account gets mentioned in a Tweet I grab wha...
Vucko General Coding Help 6 7,252 Jan-14-2018, 06:09 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020