DevRant-CLI
DevRant-CLI copied to clipboard
A command line tool to browse devRant.io feed
devRant Browser
This is a python script that parses devrant.io feed using BeautifulSoup and prints right on your terminal. It also converts images to text image by using hit9's img2txt.
Usage
source venv/bin/activate
./main.py
TODO
- Add rant posting
- Add Image/gif attachments to rants by specifying URL
- User page browsing
- ~~Notifications~~ Sometimes returns bad request, will fix
- ~~Optimize img2ascii conversion~~
- ~~Remove BeautifulSoup, parse data directly from api~~ Can't do this, because I don't have access to all API Urls.