devRant API [Python Wrapper] Available API methods: Function Action get_rants returns a list of rants get_rant_by_id return a particular rant get_weekly_rants return weekly rants get_collabs return a list of collabs get_collabs_by_id return a particular collab get_search_results return results from search get_surprise_rant return a random rant --- --- get_user_profile return complete user profile get_user_info return only user related info get_user_data return all rants/comments by user get_user_avatar return user avatar png url --- --- login login to devRant post_rant post a rant delete_rant delete rant by id post_comment post a comment delete_comment delete comment by id upvote upvote on rant/comment downvote downvote on rant/comment unvote cancel vote on rant/comment get_notifs fetches user's notifications clear_notifs clears user's notifications