Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
distributed-computing-assignements
2-restAPIs-2-unirest-twitter
Commits
73269507
Commit
73269507
authored
Oct 26, 2020
by
Dr. Daniel Diaz Sánchez
Browse files
Update README.md
parent
a357aa8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
73269507
...
...
@@ -566,13 +566,12 @@ public class TwitterCrawler {
public static void main(String args[]) throws IOException {
TwitterCrawler tc = new TwitterCrawler(400, "realmadrid");
tc.gettweets();
List<Tweet> my_tweets =
tc.gettweets();
}
}
``
`
Averigua como podrías obtener más Tweets haciendo peticiones poco a poco con el método explicado.
**Modifica el código con un bucle para descargar más tweets**
Prueba el código para más y menos de 200 tweets.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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