Last active
December 12, 2023 21:30
-
-
Save dlabaja/79db7b135132c5707167a45afa2ab3ab to your computer and use it in GitHub Desktop.
RSS WebScraper config.json template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"url": "http://localhost:8000", | |
"ffmpeg_location": "<path to ffmpeg bin>", | |
"curl_impersonate_script_location": "<path to curl-impersonate script (eg curl_ff109)>", | |
"scrape_timer": 15, | |
"nitter_instance": "https://nitter.net", | |
"proxitok_instance": "https://proxitok.pabloferreiro.es", | |
"invidious_instance": "https://invidious.poast.org", | |
"invidious_filter_shorts": true, | |
"sites_and_usernames": { | |
"nitter_replies_blacklist": [], | |
"picuki_stories_blacklist": [], | |
"picuki": [], | |
"nitter": [], | |
"proxitok": [] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment