Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
T
Twint
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Twint
Commits
a11db143
Commit
a11db143
authored
Jun 21, 2018
by
haccer
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:twintproject/twint
parents
e4c8afbe
069230e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
README.md
README.md
+1
-0
twint/__version__.py
twint/__version__.py
+1
-1
No files found.
README.md
View file @
a11db143
...
@@ -46,6 +46,7 @@ A few simple examples to help you understand the basics:
...
@@ -46,6 +46,7 @@ A few simple examples to help you understand the basics:
-
`python3 twint.py -u username --following --user-full`
- Collect full user information a person follows
-
`python3 twint.py -u username --following --user-full`
- Collect full user information a person follows
-
`python3 twint.py -u username --profile-full`
- Use a slow, but effective method to gather all the Tweets from a user's profile (Including Retweets).
-
`python3 twint.py -u username --profile-full`
- Use a slow, but effective method to gather all the Tweets from a user's profile (Including Retweets).
-
`python3 twint.py -u username --retweets`
- Use a quick method to gather the last 900 Tweets (that includes retweets) from a user's profile.
-
`python3 twint.py -u username --retweets`
- Use a quick method to gather the last 900 Tweets (that includes retweets) from a user's profile.
-
`python3 twint.py -u username --resume 10940389583058`
- Resume a search starting from the specified Tweet ID.
More detail about the commands and options are located in the
[
wiki
](
https://github.com/twintproject/twint/wiki/Commands
)
More detail about the commands and options are located in the
[
wiki
](
https://github.com/twintproject/twint/wiki/Commands
)
...
...
twint/__version__.py
View file @
a11db143
VERSION
=
(
1
,
1
,
4
)
VERSION
=
(
1
,
1
,
4
,
0
)
__version__
=
'.'
.
join
(
map
(
str
,
VERSION
))
__version__
=
'.'
.
join
(
map
(
str
,
VERSION
))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment