JodelPy is a rudimentary Python Interface for Jodel ( http://jodel-app.com )
- Getting Posts
- Posting
- Setting Position
- Seeing Karma
- Up & Downvote
- Posting Images
- Getting an Access Token
- Interactive Voting application
- Edit Location in votebot.py !
- Usage : python votebot.py
- Application to dump Jodels to JSON files.
- Uni Bremen included as Location
- Usage : python jodelpull.py -f
- Interactive posting
- VoteBot included
- Download for Windows : https://github.com/jafrewa/JodelPy/releases/download/0.1/JodelPost.0.1.zip
- Python 2.7
- Requests (
pip install requests
) - tqdm (
pip install tqdm
) - PySocks (for TOR)
CAUTION: For advanced users only!
To use JodelPy "anonymously" you can hide your IP with TOR. Please make sure you understand what you are doing!
- Install tor as CLI tool using the Install guide
- Install requesocks with pip (
$ pip install requesocks
) - Run
$ --SOCKSPort 9150
in a secondary process - Append
--tor
to your command