Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mihi-tr/twsearch
Creating a gexf graph file from a twitter search term....
https://github.com/mihi-tr/twsearch
Last synced: 9 days ago
JSON representation
Creating a gexf graph file from a twitter search term....
- Host: GitHub
- URL: https://github.com/mihi-tr/twsearch
- Owner: mihi-tr
- Created: 2013-04-03T22:28:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-24T15:11:09.000Z (over 11 years ago)
- Last Synced: 2024-08-02T14:06:10.123Z (3 months ago)
- Language: Clojure
- Size: 5.1 MB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twsearch
A Clojure script to dump twitter searches into graphs - works well for
active hashtags.## Usage
```
lein run outfile.gexf
```If you don't want leiningen, grab the
[jarfile](https://github.com/mihi-tr/twsearch/raw/master/dist/twitter-search/twsearch.jar) and run with```
java -jar twsearch.jar outfile.gexf
```term is the term you search for (e.g. the hashtag).
number of searches is the number of times you want to do the search (each
search has a delay of 20seconds, so this roughly defines how long you
search and how many tweets you'll get). 0 searches forever.The 20 second delay is to avoid hitting twitter rate limits (yes this is
crude but works). The outfile is updated every 20 seconds or so with the
new results.## License
Copyright © 2013 Michael Bauer
Distributed under the Eclipse Public License, the same as Clojure.