willzeng / cograph

A way to build and explore webs of ideas.
http://www.cograph.co/
GNU General Public License v2.0
15 stars 3 forks source link

Nsearch #630

Closed willzeng closed 9 years ago

willzeng commented 9 years ago

An 'import tweets' button in every cograph that lets you import some number n of your tweets to whatever cograph you are looking at. This import should also be able to be filtered. I.e. hashtag + which groups of people wrote them)

willzeng commented 9 years ago

@davidfurlong can you add the line that makes the query of the twitter api if you know what it should be?

Is it

oath.get 'https://api.twitter.com/1.1/search/tweets.json', {q:query, count:100}
davidfurlong commented 9 years ago

@willzeng I think thats what it is.. the count is dynamic tho and max is 100 per page in twitter api