Skip to content

libmap/backend-dev-python

 
 

Repository files navigation

Backend

Prerequisites

Create virtual environment

python -m venv venv

Activate environment and install required python packages

. venv/bin/activate
pip install -r requirements.txt

Config

You have to copy the config.template.json to config.json and adjust it to your needs. (Twitter Credentials, ...)

Listener

./runListener.py

API (Webserver)

./runApi.py

About

Fork for libmap backend (Mastodon)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 80.8%
  • Jupyter Notebook 13.2%
  • Jinja 5.4%
  • Shell 0.6%