Do you support getting RSS from a wildcard URL (domain), i.e., something like this?
notify_rss_url_activity(url='https://theatlantic.com/*', token=default_token, pickle='akVkkdfu')
When I tried the above I got NameError: name 'notify_rss_url_activity' is not defined.
I was able to run the RSS recipe in examples.py without errors.
On a fresh Ubuntu 18.04 VM, I had to install the following pip packages first:
sudo apt install python3-pip
pip3 install feedgen markdown python-dateutil pytz wheel
Do you support getting RSS from a wildcard URL (domain), i.e., something like this?
When I tried the above I got
NameError: name 'notify_rss_url_activity' is not defined.I was able to run the RSS recipe in
examples.pywithout errors.On a fresh Ubuntu 18.04 VM, I had to install the following pip packages first: