Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enricobacis/wilde
Sometimes citing the program committee members pays off, sometimes not !
https://github.com/enricobacis/wilde
Last synced: 10 days ago
JSON representation
Sometimes citing the program committee members pays off, sometimes not !
- Host: GitHub
- URL: https://github.com/enricobacis/wilde
- Owner: enricobacis
- License: mit
- Created: 2014-08-05T10:14:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-02T09:06:34.000Z (over 9 years ago)
- Last Synced: 2024-11-07T21:09:49.916Z (2 months ago)
- Language: Python
- Homepage:
- Size: 191 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
wilde
===========Sometimes citing the program committee members pays off, sometimes not !
installation
-----------You need tor installed (be aware that this script queries *Google Scholar*, abusing it violates the eula).
```sudo apt-get install tor```
You also need the ```stem``` and ```socksipy``` python modules.
```sudo apt-get install python-stem python-socksipy```
usage
-----------*wilde* uses the excellent [scholar.py](https://github.com/ckreibich/scholar.py), check its readme for the available options. The only difference is that you have to feed smart-cites with a list of names instead of a single one, the list filename must be the first argument, after that you can specify all the *scholar.py* options you want.
example
----------In the folder examples you can find the names of the program committee of [NDSS15](http://www.internetsociety.org/events/ndss-symposium-2015/program-committee). An use case would be:
```
./wilde.py examples/ndss -c 3 -t -s "android mobile malware" > results.md
```This will produce for every member, the 3 most cited articles (```-c 3```) containing in the title (```-t```) some (```-s```) of the words *android, mobile, malware*.
The output is stored in a Github Flavored Markdown formatted file (```> result.md```) for you to read. You can check the output [here](https://github.com/enricobacis/wilde/blob/master/examples/results.md).