Skip to content

jwacalex/JodelPy

 
 

Repository files navigation

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

About

A Python Interface for Jodel

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%