Skip to content

d02d33pak/devRantAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

devRant api wrapper written in Python 3, simple, extensive

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages