pastycake icon indicating copy to clipboard operation
pastycake copied to clipboard

Search pastebin for keywords using python

Results 7 pastycake issues
Sort by recently updated
recently updated
newest added

Having issues installing no matter through pip or local build. Seems to come down to libxml2

Bug

that way people could use whatever database they like, which allows better integration for them. the sqlite backend should stay around for the quick+dirty jobs.

Usability
Ideas

At this time (2012-Mar-2), the dashboard [1] only supports the sqlite3 backend through some rather ugly means (raw sql queries). By adding another abc and inheriting the backends from that...

Usability
Ideas

I'd like to change the keyword handling a bit, namely from `re.search(''.join(kws))` to `for kw in kws: re.search(kw)` for two reasons: - One can then not only store the matched...

Usability
Ideas

In the tools current state, a user must restart the service if they would like to add a new keyword. This is not much of a problem if running manually,...

Ideas

When making an HTTP call, it appears that the socket used to initiate the remote connection is sometimes null therefore resulting in the following error. This error is usually discovered...

Bug

As it currently stands, when new keywords are added to the list, the user only gets information on any new or incoming pastes. It would be interesting to go back...

Ideas