Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.23 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.23 KB

JodelPy

JodelPy is a rudimentary Python Interface for Jodel ( http://jodel-app.com )

Features

  • Getting Posts
  • Posting
  • Setting Position
  • Seeing Karma
  • Up & Downvote
  • Posting Images
  • Getting an Access Token

Votebot

  • Interactive Voting application
  • Edit Location in votebot.py !
  • Usage : python votebot.py

JodelPull

  • Application to dump Jodels to JSON files.
  • Uni Bremen included as Location
  • Usage : python jodelpull.py -f

JodelPost

Requirements

  • Python 2.7
  • Requests ( pip install requests )
  • tqdm ( pip install tqdm )
  • PySocks (for TOR)

TOR support

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!

  1. Install tor as CLI tool using the Install guide
  2. Install requesocks with pip ($ pip install requesocks)
  3. Run $ --SOCKSPort 9150 in a secondary process
  4. Append --tor to your command