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.
source venv/bin/activate
./main.py
- Add rant posting
- Add Image/gif attachments to rants by specifying URL
- User page browsing
NotificationsSometimes returns bad request, will fixOptimize img2ascii conversionRemove BeautifulSoup, parse data directly from apiCan't do this, because I don't have access to all API Urls.