Introduction
Introduction Statistics Contact Development Disclaimer Help
example: fix typo in name - tscrape - twitter scraper
git clone git://git.codemadness.org/tscrape
Log
Files
Refs
README
LICENSE
---
commit 2f683439be0f889e05e42965926d44a7332f042d
parent fb64d1d7eb24caab8ca7fb574ffad5886ff8f05f
Author: Hiltjo Posthuma <[email protected]>
Date: Sun, 12 May 2019 19:19:29 +0200
example: fix typo in name
Diffstat:
M tscraperc.example | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tscraperc.example b/tscraperc.example
@@ -5,5 +5,5 @@ feeds() {
# feed <name> <feedurl>
feed "Rich Felker" "https://twitter.com/richfelker"
feed "Internet of shit" "https://twitter.com/internetofshit"
- feed "Donald trump" "https://twitter.com/realdonaldtrump"
+ feed "Donald Trump" "https://twitter.com/realdonaldtrump"
}
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.