- Display most recent, replied and voted Jodels.
- Search for hashtags.
- Highlight OJ's replies.
- See the Repliers ID.
- Use Jodel on a desktop pc or in any modern webbrowser.
- Change your location easily.
- Dark theme.
- Node.js (npm@5.6.0 only supports version 4.8.7 or newer)
- jodel_api by nborrmann
- Python 3.x
- Python module Requests
pip3 install requests
- Download or clone this repository and navigate to the root directory.
- Run
npm install
to install the dependencies. pip3 install jodel_api requests
- Run
python3 jodel.py
(MacOS/Unix, orpy -3 jodel.py
on Windows), hit1
and create an account by following the instructions. - To start the webserver, run
node ./bin/www
ornpm start
- Open
http://localhost:3000
in your browser
Or turn the website into a desktop application using this
command line tool: Nativefier.
Recommended options: nativefier "http://localhost:3000" --max-width 600px --min-width 400px
- Run
setup.bat
: This script replaces steps 2. and 3. It also installsrequests
andnodemon
. - Run
jodel_account.bat
and hit1
to create an account. - Run
start.bat
to start the server.
- Run
./setup.sh
: This script replaces steps 2. and 3. It also installsrequests
andnodemon
. - Create an account and start the server. See step 4-6 above.
- Send replies. (very unlikely.)
- Infinite scroll sometimes acts really weird or not at all.
You need to generate a Jodel account before first use. Follow the installation instructions.
Run python/jodel.py
or use the website.
You account's access tokens expires after a while. Revalidate your account by running jodel_account.bat
, python/jodel.py
or use the website.
This project is not affiliated with, endorsed or sponsored by The Jodel Venture GmbH.
MIT License
Copyright (c) 2017 Vanakh Chea
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.