-
|FR6: Accept multiple files as input |
|----------------------|
| **Estimate:** 5 |
| **Priority:** Should have |
|**Story**: As a pyWhat user, I want the app to be able to take multiple files …
-
Hey 👋🏻
We are currently in the middle of writing out a new automated decoding tool in Rust called Ares:
https://github.com/bee-san/Ares
As such, we do not have much time to spend on Ciphey 🙇🏻 …
-
They have a library where people can upvote regex, might be useful!
https://regex101.com/library?orderBy=MOST_POINTS
-
For example:
I would like it to return both google.co and google.com. Sadly, it may be impossible considering the way regular expressions work. Thus, it would be amazing to match the longest stri…
ghost updated
3 years ago
-
Let's use this issue to collect Python related news, new package updates and events happening around Pune.
We can compile and publish it during **July 2021 PythonPune** meetup.
### How to add news:
…
-
We have a lot of tests that were just copy-pasted from each other. Because of that, test files are long.
**What do you need to do?**
Take a look at our tests and try to add some helper functions, mak…
ghost updated
3 years ago
-
Having just pulled down a copy of WHATauto.py today (3/9), pywhatauto mistakenly reports my drives as full/unknown filesystem only for automated downloads hitting a filter.
When downloading manually …
-
ciphey -t "NTIxNjE1Ng=="
UnicodeDecodeError: 'gbk' codec can't decode byte 0xbf in position 695: illegal multibyte sequence
-
**Is your feature request related to a problem? Please describe.**
Many regexes (like phone numbers or coordinates) have several formats. Currently, `|` can be used to separate formats, but it makes r…
ghost updated
2 years ago
-
We have a bunch of regex which do not have tests:
- [ ] Facebook (no idea how to use their API)
- [ ] Twitter (I am bannned from making a bot)
- [x] GitHub App Token does not exist according to…