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
6cfe8923
Commit
6cfe8923
authored
Jan 22, 2018
by
Cody Zacharias
Committed by
GitHub
Jan 22, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
297944d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
README.md
README.md
+7
-7
No files found.
README.md
View file @
6cfe8923
...
...
@@ -33,13 +33,13 @@ The `--fruit` feature will display Tweets that *might* contain sensitive info su
## Basic Examples and Combos.
A few simple examples to help you understand the basics:
-
`python tweep.py -u username`
- Scrape all the Tweets from
*user*
's timeline.
-
`python tweep.py -u username -s pineapple`
- Scrape all Tweets from the
*user*
's timeline containing _pineapple_.
-
`python tweep.py -s pineapple`
- Collect every Tweet containing
*pineapple*
from everyone's Tweets.
-
`python tweep.py -u username --year 2014`
- Collect Tweets that were tweeted
**before**
2014.
-
`python tweep.py -u username -o file.txt`
- Scrape Tweets and save to file.txt.
-
`python tweep.py -u username --fruit`
- Show Tweets with low-hanging fruit.
-
`python tweep.py -s "Donald Trump" --verified --users`
- List verified users that Tweet about Donald Trump.
-
`python
3
tweep.py -u username`
- Scrape all the Tweets from
*user*
's timeline.
-
`python
3
tweep.py -u username -s pineapple`
- Scrape all Tweets from the
*user*
's timeline containing _pineapple_.
-
`python
3
tweep.py -s pineapple`
- Collect every Tweet containing
*pineapple*
from everyone's Tweets.
-
`python
3
tweep.py -u username --year 2014`
- Collect Tweets that were tweeted
**before**
2014.
-
`python
3
tweep.py -u username -o file.txt`
- Scrape Tweets and save to file.txt.
-
`python
3
tweep.py -u username --fruit`
- Show Tweets with low-hanging fruit.
-
`python
3
tweep.py -s "Donald Trump" --verified --users`
- List verified users that Tweet about Donald Trump.
## Example String
`955511208597184512 2018-01-22 18:43:19 GMT <now> pineapples are the best fruit`
...
...
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