Believethehype
7494f50b24
cleanup, bump version
2024-05-16 10:29:51 +02:00
Believethehype
7d91d33afe
fixes
2024-05-13 10:37:32 +02:00
Believethehype
c1bfcc762b
Update content_discovery_currently_popular.py
2024-05-13 08:51:47 +02:00
Believethehype
7cd683df4c
update popular notes with personalized flag
2024-05-13 08:50:04 +02:00
Believethehype
ff21a35f7b
Update content_discovery_currently_popular_followers.py
2024-05-13 08:43:53 +02:00
Believethehype
c0b7ce73dd
Update discovery_bot_farms.py
2024-05-13 08:42:49 +02:00
Believethehype
14b3265545
rewording options
2024-05-13 08:37:55 +02:00
Believethehype
6e2632c316
content discovery: Option for non-individual results (to speed up results by updating the feed by scheduler))
2024-05-11 19:14:47 +02:00
Believethehype
22413f627a
adding popular notes by topic dvms, add min number of reactions to existing content dvms
2024-05-09 08:18:21 +02:00
Believethehype
81de3a4cd2
refactor db dvms
2024-05-07 00:31:43 +02:00
Believethehype
6d000a1066
error handling on subscription check
2024-05-06 15:20:35 +02:00
Believethehype
032b82caab
create mutelist if it doesnt exist for a user
2024-05-03 12:23:49 +02:00
Believethehype
a0a2f1e881
update from_hex to parse
2024-05-02 13:58:49 +02:00
Believethehype
e8c60f2fff
Update discovery_censor_wot.py
2024-05-02 13:55:56 +02:00
Believethehype
c25ba8cf0f
Update discovery_bot_farms.py
2024-05-01 22:16:12 +02:00
Believethehype
fdd40e1a4a
bump version
2024-04-29 15:35:16 +02:00
Believethehype
83c03731e3
new dvm: find accounts from bot farms
2024-04-28 21:27:29 +02:00
Believethehype
81ba1459dd
update unfollow logic
2024-04-24 15:24:29 +02:00
Believethehype
1043410db3
change default nip89 behaviour
2024-04-24 14:16:43 +02:00
Believethehype
cde19935a3
Update discovery_censor_wot.py
2024-04-24 14:02:37 +02:00
Believethehype
49706498b0
Update advanced_search_wine.py
2024-04-24 14:01:26 +02:00
Believethehype
27293f4033
update 1984 dvm
2024-04-24 11:34:22 +02:00
Believethehype
032a3a2ec8
noogle: cleanup / add first version of profile filter
2024-04-22 16:11:54 +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
4321d76c2a
nip89 filter, reenable nostr-login
2024-04-17 15:46:35 +02:00
Believethehype
efce675c1b
Update bot.py
2024-04-17 14:52:56 +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
672354df82
Update subscription.py
2024-04-15 10:07:16 +02:00
Believethehype
6b1ee91c8d
better hints for subscription service
2024-04-15 09:48:37 +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
2024-04-09 15:38:25 +02:00
Believethehype
5108b9109d
Update output_utils.py
2024-04-09 15:29:32 +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
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
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
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
c869efcdc1
Update subscription.py
2024-04-02 23:16:48 +02:00