Twint: [QUESTION] How to stop Twint from printing on the terminal while crawling tweets/followings/followers ?

Created on 28 Oct 2019  路  1Comment  路  Source: twintproject/twint

Environment Details

Ubuntu, Python 3.6

import twint
c = twint.Config()
c.Username = "abc"
c.Limit = 5
c.Store_object = True

twint.run.Following(c)
ls_follow = twint.output.follows_list
print(ls_follow)

question

Most helpful comment

>All comments

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kgoderis picture kgoderis  路  4Comments

psubbiah picture psubbiah  路  4Comments

Nestor75 picture Nestor75  路  3Comments

sahildeo picture sahildeo  路  3Comments

PatricioAlvarado picture PatricioAlvarado  路  4Comments