Repository files navigation devRant API [Python Wrapper]
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
About
devRant api wrapper written in Python 3, simple, extensive
Topics
Resources
License
Stars
Watchers
Forks
You can’t perform that action at this time.