tscraperc.example - tscrape - twitter scraper (not working anymore) | |
git clone git://git.codemadness.org/tscrape | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
tscraperc.example (174B) | |
--- | |
1 #tscrapepath="$HOME/.tscrape/feeds" | |
2 | |
3 # list of feeds to fetch: | |
4 feeds() { | |
5 # feed <name> <twittername> | |
6 feed "johncarmack" "id_aa_carmack" | |
7 feed "OpenBSD_src" "openbsd_src" | |
8 } |