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
258bd8e6
Commit
258bd8e6
authored
Feb 01, 2018
by
Cody Zacharias
Committed by
GitHub
Feb 01, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
c0d07e9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
README.md
README.md
+3
-1
No files found.
README.md
View file @
258bd8e6
...
...
@@ -14,7 +14,7 @@ Some of the benefits of using Tweep vs Twitter API:
## Requirements
-
Python 3.5/3.6
-
`pip install -r requirements.txt`
-
`pip
3
install -r requirements.txt`
## Usage
-
`-u`
The user's Tweets you want to scrape.
...
...
@@ -25,6 +25,7 @@ Some of the benefits of using Tweep vs Twitter API:
-
`--tweets`
Display Tweets only.
-
`--verified`
Display Tweets only from verified users (Use with
`-s`
).
-
`--users`
Display users only (Use with
`-s`
).
-
`--csv`
Write as a .csv file.
## Low-Hanging Fruit
The
`--fruit`
feature will display Tweets that
*might*
contain sensitive info such as:
...
...
@@ -42,6 +43,7 @@ A few simple examples to help you understand the basics:
-
`python3 tweep.py -u username --year 2014`
- Collect Tweets that were tweeted
**before**
2014.
-
`python3 tweep.py -u username --since 2015-12-20`
- Collect Tweets that were tweeted since 2015-12-20.
-
`python3 tweep.py -u username -o file.txt`
- Scrape Tweets and save to file.txt.
-
`python3 tweep.py -u username -o file.csv --csv`
- Scrape Tweets and save as a csv file.
-
`python3 tweep.py -u username --fruit`
- Show Tweets with low-hanging fruit.
-
`python3 tweep.py -s "Donald Trump" --verified --users`
- List verified users that Tweet about Donald Trump.
...
...
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