Believethehype
8c51f8faed
Update FilterGeneration.vue
2024-04-24 12:17:20 +02:00
Believethehype
27293f4033
update 1984 dvm
2024-04-24 11:34:22 +02:00
Believethehype
77f2ddb4bd
add mute function to profile filters
2024-04-24 10:56:51 +02:00
Believethehype
2d015855ff
fixing tables
2024-04-24 09:57:02 +02:00
Believethehype
05215b2c02
update nostr-sdk js
2024-04-22 17:46:36 +02:00
Believethehype
032a3a2ec8
noogle: cleanup / add first version of profile filter
2024-04-22 16:11:54 +02:00
Believethehype
a450db4f5d
allow longer follower lists on noogle
2024-04-21 15:18:16 +02:00
Believethehype
57421bdd6e
Update discovery_inactive_follows.py
2024-04-21 14:46:56 +02:00
Believethehype
e5e5d02a90
disable relay limits to avoid msising out long contact lists
2024-04-21 13:55:38 +02:00
Believethehype
3776be2e9e
add nostr.band relay to fl search
2024-04-21 11:45:36 +02:00
Believethehype
b1202e915e
check more follower lists
2024-04-21 11:10:57 +02:00
Believethehype
17d2bfca3c
add test functions, minor fix
2024-04-21 11:03:52 +02:00
Believethehype
34c91d57c5
updating nostr-login
2024-04-18 09:24:16 +02:00
Believethehype
4321d76c2a
nip89 filter, reenable nostr-login
2024-04-17 15:46:35 +02:00
believethehype
779148ac41
Merge pull request #26 from believethehype/sdk-0-11
...
Update bot.py
2024-04-17 14:53:13 +02:00
Believethehype
efce675c1b
Update bot.py
2024-04-17 14:52:56 +02:00
believethehype
ba98f1a70b
Merge pull request #25 from believethehype/sdk-0-11
...
update to Sdk 0.11.0
0.3.3
2024-04-16 14:33:42 +02:00
Believethehype
3c5477d640
bump version
2024-04-16 14:33:11 +02:00
Believethehype
e7d9c217f1
giftwrap for bot
2024-04-15 17:31:51 +02:00
Believethehype
6935284f79
Update bot.py
2024-04-15 13:39:22 +02:00
Believethehype
c60e8af3af
fixes for summarizers
2024-04-15 11:54:59 +02:00
Believethehype
cb7802c509
adaptions to sdk 0.11.0
2024-04-15 11:06:46 +02:00
Believethehype
7f616a136c
ui fixes
2024-04-15 10:40:50 +02:00
Believethehype
672354df82
Update subscription.py
2024-04-15 10:07:16 +02:00
Believethehype
4563ea544c
add split share to client
2024-04-15 10:05:31 +02:00
Believethehype
6b1ee91c8d
better hints for subscription service
2024-04-15 09:48:37 +02:00
Believethehype
d53450b68f
updating nostr-sdk js to 0.13.0, update nostr-login
2024-04-12 17:49:10 +02:00
Believethehype
661a235aec
noogle reply in feed
2024-04-12 10:21:05 +02:00
Believethehype
e489c0451a
add boosts, fix rating for dvms
2024-04-11 12:08:29 +02:00
Believethehype
06b64f9a48
add reposts to content discovery, noogle: show likes/disklies
2024-04-11 10:05:49 +02:00
Believethehype
d4499b63ec
ui updates, more options for upscaler
2024-04-10 09:47:09 +02:00
Believethehype
76b6219a31
little refactor + bump version
0.3.2
2024-04-09 15:38:25 +02:00
Believethehype
5108b9109d
Update output_utils.py
2024-04-09 15:29:32 +02:00
Believethehype
e3d7c812a8
Update ThreeColumnLayout.vue
2024-04-09 15:25:49 +02:00
Believethehype
fc43890740
small fixes
2024-04-09 15:21:57 +02:00
Believethehype
ef057d637d
noogle: improve recommendation search
2024-04-09 11:20:40 +02:00
Believethehype
71dc7c2361
get mute list, fix bug that prevented nip89s to be deleted after sdk update
2024-04-08 08:38:07 +02:00
Believethehype
41f3860f0e
image generation: ratings from wot
2024-04-04 16:43:38 +02:00
Believethehype
5fb7aef49b
rating for image dvms / fixes
2024-04-04 15:53:39 +02:00
Believethehype
4caf4ec54a
Update subscription.py
2024-04-04 13:59:48 +02:00
Believethehype
6d379854d5
Update subscription.py
2024-04-04 13:27:56 +02:00
Believethehype
d325f3b66f
revert refactor
2024-04-04 13:24:37 +02:00
Believethehype
fa957a2612
add subscription event kind
0.3.1
2024-04-03 23:52:22 +02:00
Believethehype
b206457de0
bump version
2024-04-03 23:48:30 +02:00
Believethehype
339dc4e162
Update subscription.py
2024-04-03 23:38:50 +02:00
believethehype
2dbff7989f
Merge pull request #24 from hangrymom/patch-1
...
Code Refactoring and Improvements
2024-04-03 23:38:09 +02:00
hangrymom
fec2efd48b
Code Refactoring and Improvements
...
- Removing unused imports and organizing import statements.
- Renaming variables to follow naming conventions and improve readability.
- Adding more specific exception handling and logging.
- Restructuring the code for better organization and maintainability.
- Extracting duplicated code blocks into separate methods.
- Utilizing a configuration file or environment variables for configuration management.
- Adding type hints to function parameters and return values.
- Enhancing comments and documentation for better understanding.
- Implementing proper logging instead of using print statements.
- Ensuring consistent code formatting and adherence to the PEP 8 style guide.
2024-04-02 14:47:44 -07:00
Believethehype
5545a32c33
Update RecommendationGeneration.vue
2024-04-02 23:19:25 +02:00
Believethehype
c869efcdc1
Update subscription.py
2024-04-02 23:16:48 +02:00
Believethehype
97e0ea9c8e
Update subscription.py
2024-04-02 23:11:29 +02:00