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)
Add
c.Hide_output = True
https://github.com/twintproject/twint/wiki/Configuration
Most helpful comment
Add
c.Hide_output = Truehttps://github.com/twintproject/twint/wiki/Configuration