GithubHelp home page GithubHelp logo

h_notify's Issues

Is RSS from wildcard URL supported?

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 

Full annotation content via email or RSS

Would it be possible to send the whole annotation content over email/RSS rather than a notification that there’s a new annotation?

I’m basically trying to create a system to replicate every Hypothesis annotation I write (so private ones) to another system (let’s say Wordpress) via Zapier or IFTTT.

ImportError: cannot import name 'Hypothesis'

I'm getting an error with both Python 2.7.5 and Python 3.6.9:

ImportError: cannot import name 'Hypothesis'

I didn't see any information in the README about installing requirements (maybe I missed something?) but here's what I tried:

Install hypothesis:

~$ pip install hypothesis
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: hypothesis in ./.local/lib/python3.6/site-packages (5.6.0)
Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in ./.local/lib/python3.6/site-packages (from hypothesis) (2.1.0)
Requirement already satisfied: attrs>=19.2.0 in ./.local/lib/python3.6/site-packages (from hypothesis) (19.3.0)

Run the program:

~$ python3 h_notify.py
Traceback (most recent call last):
  File "h_notify.py", line 2, in <module>
    from hypothesis import Hypothesis, HypothesisAnnotation
ImportError: cannot import name 'Hypothesis'

pip install problems

Hello,

I just tried to use your python script and before running it, I just tried to install dependencies this way:

pip install dateutil json markdown pickle re requests smtplib
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement dateutil (from versions: none)
ERROR: No matching distribution found for dateutil

Do you have any idea why it occurs?

Default to using notified_ids=[]

From: https://hypothesis.zendesk.com/agent/tickets/6010
Not entirely sure I have this right, so feel free to give me feedback:

User is trying to add Slack to the tools they're using, and wasn't adding "notified_ids=[]". You decided it should default to that.

Finally, you wrote:
"The error is just a traceback that's unnecessarily printed if namemap.json doesn't exist. But you should really try it, it's very cool to be able to @mention somebody's Slack name in an annotation and have them be tagged in Slack."

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.