Closed lucmski closed 5 years ago
found it
def get_followers_twint(username):
c = twint.Config()
c.Username = username
c.Store_object = True
# c.Limit = 20
twint.run.Followers(c)
return twint.output.follows_list
How can you prevent the output of the list in the stdout ?
@lucmski do you mean not seeing the output? Try c.Hide_output = True
Thanks it worked nicely ! but botometer is too slow...
Do u have a telegram account ? I would like to contrib with a faceted search app for twint.
Mine is @deepocrates
Is Telegram really needed? If you want, you can join osint.team and DM me there. You can email me, or DM me on Twitter. As you may prefer
Hi guys,
Hope you are all well !
I would like to replace get_followers func by using twint. https://github.com/yanorestes/botblocker/blob/master/botblocker/botblocker.py#L11-L18
How is it possible to return values like:
Thanks in advance.
Cheers, L.