Rubka 7.1.2__tar.gz → 7.1.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of Rubka might be problematic. Click here for more details.

Files changed (50) hide show
  1. {rubka-7.1.2 → rubka-7.1.3}/PKG-INFO +1 -1
  2. {rubka-7.1.2 → rubka-7.1.3}/Rubka.egg-info/PKG-INFO +1 -1
  3. {rubka-7.1.2 → rubka-7.1.3}/rubka/rubino.py +26 -0
  4. {rubka-7.1.2 → rubka-7.1.3}/rubka/tv.py +6 -0
  5. {rubka-7.1.2 → rubka-7.1.3}/setup.py +1 -1
  6. {rubka-7.1.2 → rubka-7.1.3}/README.md +0 -0
  7. {rubka-7.1.2 → rubka-7.1.3}/Rubka.egg-info/SOURCES.txt +0 -0
  8. {rubka-7.1.2 → rubka-7.1.3}/Rubka.egg-info/dependency_links.txt +0 -0
  9. {rubka-7.1.2 → rubka-7.1.3}/Rubka.egg-info/entry_points.txt +0 -0
  10. {rubka-7.1.2 → rubka-7.1.3}/Rubka.egg-info/not-zip-safe +0 -0
  11. {rubka-7.1.2 → rubka-7.1.3}/Rubka.egg-info/requires.txt +0 -0
  12. {rubka-7.1.2 → rubka-7.1.3}/Rubka.egg-info/top_level.txt +0 -0
  13. {rubka-7.1.2 → rubka-7.1.3}/rubka/__init__.py +0 -0
  14. {rubka-7.1.2 → rubka-7.1.3}/rubka/adaptorrubka/__init__.py +0 -0
  15. {rubka-7.1.2 → rubka-7.1.3}/rubka/adaptorrubka/client/__init__.py +0 -0
  16. {rubka-7.1.2 → rubka-7.1.3}/rubka/adaptorrubka/client/client.py +0 -0
  17. {rubka-7.1.2 → rubka-7.1.3}/rubka/adaptorrubka/crypto/__init__.py +0 -0
  18. {rubka-7.1.2 → rubka-7.1.3}/rubka/adaptorrubka/crypto/crypto.py +0 -0
  19. {rubka-7.1.2 → rubka-7.1.3}/rubka/adaptorrubka/enums.py +0 -0
  20. {rubka-7.1.2 → rubka-7.1.3}/rubka/adaptorrubka/exceptions.py +0 -0
  21. {rubka-7.1.2 → rubka-7.1.3}/rubka/adaptorrubka/methods/__init__.py +0 -0
  22. {rubka-7.1.2 → rubka-7.1.3}/rubka/adaptorrubka/methods/methods.py +0 -0
  23. {rubka-7.1.2 → rubka-7.1.3}/rubka/adaptorrubka/network/__init__.py +0 -0
  24. {rubka-7.1.2 → rubka-7.1.3}/rubka/adaptorrubka/network/helper.py +0 -0
  25. {rubka-7.1.2 → rubka-7.1.3}/rubka/adaptorrubka/network/network.py +0 -0
  26. {rubka-7.1.2 → rubka-7.1.3}/rubka/adaptorrubka/network/socket.py +0 -0
  27. {rubka-7.1.2 → rubka-7.1.3}/rubka/adaptorrubka/sessions/__init__.py +0 -0
  28. {rubka-7.1.2 → rubka-7.1.3}/rubka/adaptorrubka/sessions/sessions.py +0 -0
  29. {rubka-7.1.2 → rubka-7.1.3}/rubka/adaptorrubka/types/__init__.py +0 -0
  30. {rubka-7.1.2 → rubka-7.1.3}/rubka/adaptorrubka/types/socket/__init__.py +0 -0
  31. {rubka-7.1.2 → rubka-7.1.3}/rubka/adaptorrubka/types/socket/message.py +0 -0
  32. {rubka-7.1.2 → rubka-7.1.3}/rubka/adaptorrubka/utils/__init__.py +0 -0
  33. {rubka-7.1.2 → rubka-7.1.3}/rubka/adaptorrubka/utils/configs.py +0 -0
  34. {rubka-7.1.2 → rubka-7.1.3}/rubka/adaptorrubka/utils/utils.py +0 -0
  35. {rubka-7.1.2 → rubka-7.1.3}/rubka/api.py +0 -0
  36. {rubka-7.1.2 → rubka-7.1.3}/rubka/asynco.py +0 -0
  37. {rubka-7.1.2 → rubka-7.1.3}/rubka/button.py +0 -0
  38. {rubka-7.1.2 → rubka-7.1.3}/rubka/config.py +0 -0
  39. {rubka-7.1.2 → rubka-7.1.3}/rubka/context.py +0 -0
  40. {rubka-7.1.2 → rubka-7.1.3}/rubka/decorators.py +0 -0
  41. {rubka-7.1.2 → rubka-7.1.3}/rubka/exceptions.py +0 -0
  42. {rubka-7.1.2 → rubka-7.1.3}/rubka/filters.py +0 -0
  43. {rubka-7.1.2 → rubka-7.1.3}/rubka/helpers.py +0 -0
  44. {rubka-7.1.2 → rubka-7.1.3}/rubka/jobs.py +0 -0
  45. {rubka-7.1.2 → rubka-7.1.3}/rubka/keyboards.py +0 -0
  46. {rubka-7.1.2 → rubka-7.1.3}/rubka/keypad.py +0 -0
  47. {rubka-7.1.2 → rubka-7.1.3}/rubka/logger.py +0 -0
  48. {rubka-7.1.2 → rubka-7.1.3}/rubka/update.py +0 -0
  49. {rubka-7.1.2 → rubka-7.1.3}/rubka/utils.py +0 -0
  50. {rubka-7.1.2 → rubka-7.1.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Rubka
3
- Version: 7.1.2
3
+ Version: 7.1.3
4
4
  Summary: rubika A Python library for interacting with Rubika Bot API.
5
5
  Home-page: https://github.com/Mahdy-Ahmadi/Rubka
6
6
  Download-URL: https://github.com/Mahdy-Ahmadi/rubka/archive/refs/tags/v6.6.4.zip
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Rubka
3
- Version: 7.1.2
3
+ Version: 7.1.3
4
4
  Summary: rubika A Python library for interacting with Rubika Bot API.
5
5
  Home-page: https://github.com/Mahdy-Ahmadi/Rubka
6
6
  Download-URL: https://github.com/Mahdy-Ahmadi/rubka/archive/refs/tags/v6.6.4.zip
@@ -894,6 +894,22 @@ class Bot():
894
894
  "target_profile_id": target_profile_id,
895
895
  "profile_id": profile_id
896
896
  },methode="getProfileFollowers")
897
+ def search_Follower(self,username,profile_id,target_profile_id,limit=10,search_type="Follower"):
898
+ return self._reuests_post(data={
899
+ "limit": limit,
900
+ "profile_id": profile_id,
901
+ "search_type": limit,
902
+ "target_profile_id": target_profile_id,
903
+ "username": username
904
+ },methode="searchFollower")
905
+ def search_Following(self,username,profile_id,target_profile_id,limit=10,search_type="Following"):
906
+ return self._reuests_post(data={
907
+ "limit": limit,
908
+ "profile_id": profile_id,
909
+ "search_type": limit,
910
+ "target_profile_id": target_profile_id,
911
+ "username": username
912
+ },methode="searchFollower")
897
913
 
898
914
  def get_Page_Following(self,target_profile_id:str,sort:str="FromMax",limit:int=50,equal:bool=False,profile_id:str=None):
899
915
  return self._reuests_post(data={
@@ -928,6 +944,16 @@ class Bot():
928
944
  "username": username,
929
945
  "profile_id": profile_id
930
946
  },methode="getProfileFollowers")
947
+ def get_Related_Explore_Post(self,post_id:str,track_id,post_profile_id:str,limit:int=50,start_id:bool=False,profile_id:str=None,target_profile_id=None,):
948
+ return self._reuests_post(data={
949
+ "limit": limit,
950
+ "post_id": post_id,
951
+ "post_profile_id": post_profile_id,
952
+ "start_id": start_id,
953
+ "target_profile_id": target_profile_id,
954
+ "track_id": track_id,
955
+ "profile_id": profile_id
956
+ },methode="getRelatedExplorePost")
931
957
 
932
958
  def get_Highlight_StoryIds(self,highlight_id:str,profile_id:str,target_profile_id:str):
933
959
  return self._reuests_post(data={
@@ -99,6 +99,12 @@ class TV:
99
99
  async def get_wish_list(self, start_id: Optional[str] = None):
100
100
  return await self._request_post("getWishList", {"start_id": start_id})
101
101
 
102
+ async def get_Property_Types(self):
103
+ return await self._request_post("getPropertyTypes", {})
104
+
105
+ async def get_Listing(self, listing_id: Optional[str] = "home"):
106
+ return await self._request_post("getListing", {"listing_id": listing_id})
107
+
102
108
  async def get_me(self):
103
109
  return await self._request_post("getAccountInfo", {})
104
110
 
@@ -13,7 +13,7 @@ with open("README.md", "r", encoding="utf-8") as f:
13
13
 
14
14
  setup(
15
15
  name='Rubka',
16
- version='7.1.2',
16
+ version='7.1.3',
17
17
  description='rubika A Python library for interacting with Rubika Bot API.',
18
18
  long_description=long_description,
19
19
  long_description_content_type='text/markdown',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes