TWINT when i print i get can not print the list
up vote
0
down vote
favorite
import twint
c = twint.Config()
c.Username = "twitter"
c.Custom["tweet"] = ["id"]
c.Custom["user"] = ["bio"]
c.Limit = 10
c.Store_object = True
twint.run.Search(c)
tweets_as_objects = twint.output.tweets_object
tweet = tweets_as_objects[1]
print (tweet)
python
New contributor
add a comment |
up vote
0
down vote
favorite
import twint
c = twint.Config()
c.Username = "twitter"
c.Custom["tweet"] = ["id"]
c.Custom["user"] = ["bio"]
c.Limit = 10
c.Store_object = True
twint.run.Search(c)
tweets_as_objects = twint.output.tweets_object
tweet = tweets_as_objects[1]
print (tweet)
python
New contributor
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
import twint
c = twint.Config()
c.Username = "twitter"
c.Custom["tweet"] = ["id"]
c.Custom["user"] = ["bio"]
c.Limit = 10
c.Store_object = True
twint.run.Search(c)
tweets_as_objects = twint.output.tweets_object
tweet = tweets_as_objects[1]
print (tweet)
python
New contributor
import twint
c = twint.Config()
c.Username = "twitter"
c.Custom["tweet"] = ["id"]
c.Custom["user"] = ["bio"]
c.Limit = 10
c.Store_object = True
twint.run.Search(c)
tweets_as_objects = twint.output.tweets_object
tweet = tweets_as_objects[1]
print (tweet)
python
python
New contributor
New contributor
edited Nov 10 at 15:03
Adrian W
1,61731320
1,61731320
New contributor
asked Nov 10 at 14:47
python_learner
11
11
New contributor
New contributor
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
python_learner is a new contributor. Be nice, and check out our Code of Conduct.
draft saved
draft discarded
python_learner is a new contributor. Be nice, and check out our Code of Conduct.
python_learner is a new contributor. Be nice, and check out our Code of Conduct.
python_learner is a new contributor. Be nice, and check out our Code of Conduct.
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53240080%2ftwint-when-i-print-i-get-twint-tweet-tweet-object-at-0x000001583a8e56a0-can-no%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown