43
coolq
7y

!rant

Hey everyone!

I've recently made a devrant API for python!

It is available for use in your very own projects!

I am planning on using this on another project, a python devrant CLI program, inspired from a collab using JavaScript.

Here is the link: https://github.com/coolq1000/...

It is very basic with functionality, not much beyond getting rants by index starting at zero, or getting all rants available by skip, limit.

Has some documentation in the readme.

Have fun!

Comments
  • 2
    I saw on GitHub:) good job! Work on the commit messages a little bit though:)
  • 2
    @mdalex
    Thank you! I'm going to improve the commit messages once I've got some updates. This is only my initial commit.

    @nahson
    Thank you! I actually prefer them that way, I'll change them later... maybe...
  • 3
    Question, is this suitable to be a collab?
  • 2
    I feel honoured. Can't wait to see your cli app 😁
  • 2
    @coolq This is very nice and also pretty useful, If I learn ncurses this could be a cool CLI to make or just as a simple desktop application, made with like tkinter or something
  • 3
    @kurtr
    Yes! You were the inspiration 😉
    I found that there were no python libs so I made my own! Also I decided to release it so that no one else would have to make their own too.

    @simo002m
    I have absolutely no problem with anyone making anything with my library, so I hope that you make a wonderful application, I can't wait to see what you can do with it!

    Thanks for the great feedback everyone! I might make a collab or something similar to get it better known 😃

    Good luck!
Add Comment