Commit a319db47 authored by andytnt's avatar andytnt

Modify README.md

parent 16935352
...@@ -134,11 +134,11 @@ Twitter can shadow-ban accounts, which means that their tweets will not be avail ...@@ -134,11 +134,11 @@ Twitter can shadow-ban accounts, which means that their tweets will not be avail
#### userlist #### userlist
> get only user info of user > To get only user info of user
`python Twint.py -u username --user-full` `python Twint.py -u username --user-full`
> get user info of users from a userlist > To get user info of users from a userlist
`python Twint.py --userlist inputlist --user-full` `python Twint.py --userlist inputlist --user-full`
...@@ -146,17 +146,17 @@ Twitter can shadow-ban accounts, which means that their tweets will not be avail ...@@ -146,17 +146,17 @@ Twitter can shadow-ban accounts, which means that their tweets will not be avail
> To get only tweets without user info > To get only tweets without user info
`python Twint.py -u username --profile-full --user-info` or `set c.User_info = False` `python Twint.py -u username --profile-full` or `set c.User_info = False`
`python Twint.py -u username --user-info` or `set c.User_info = False` `python Twint.py -u username` or `set c.User_info = False`
#### Tweets with user info works ONLY with a Database (currently) #### Tweets with user info works ONLY with a Database (currently)
> To get tweets along with user info of users mentioned in tweet/replied to > To get tweets along with user info of users mentioned in tweet/replied to
`python Twint.py -u username -db database.db` `python Twint.py -u username --user-info -db database.db`
`python Twint.py -u username --profile-full -db database.db` `python Twint.py -u username --profile-full --user-info -db database.db`
## Contact ## Contact
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment