Skip to content

Commit

Permalink
fixed a defect with how the twitter url was being constructed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfrench2015 committed Dec 7, 2022
1 parent 803d740 commit 83cdbf7
Show file tree
Hide file tree
Showing 2 changed files with 417 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

## This is the current-state of tweet-parse.

It is designed to run on a desktop within jupyter notebooks, though it should be possible to just copy/paste the
content into a normal python file without any changes. This script periodically queries Twitter
for key words, as well as the tweets of specified users, then stores the relevant results in a google sheet
for later manual review.
This script periodically queries Twitter for key words, as well as the tweets of specified users,
then stores the relevant results in a google sheet for later manual review.

The inputs (query terms and users) also come from a google sheet. Those can be changed at any time if one has
the proper permissions.
Expand Down
Loading

0 comments on commit 83cdbf7

Please sign in to comment.