Giter Site home page Giter Site logo

marcotessarotto / dclavorofvg-bot Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 613 KB

Telegram bot for Direzione centrale lavoro, formazione, istruzione e famiglia, Regione Autonoma Friuli Venezia Giulia

License: GNU Affero General Public License v3.0

Python 99.72% HTML 0.28%

dclavorofvg-bot's Introduction

dclavorofvg-bot

Telegram bot and backoffice for Direzione centrale lavoro, formazione, istruzione e famiglia, Regione Autonoma Friuli Venezia Giulia

this project is being developed on Linux Debian 10

project requirements:

  • python 3.7, postgresql
  • Django 2.2
  • psycopg-binary
  • python-telegram-bot 12

There are two main applications:

  • Telegram bot (src/telegram_bot/regionefvg_bot.py)

  • Django web application (i.e. start with 'python manage.py runserver' from directory django_project)

Before running the applications:

  • create a database and a user in local postgresql instance
  • create file src/gfvgbo/secrets.py containing:

DB_NAME="database name"

DB_USERNAME="database username"

DB_PWD="database password"

BOT_NAME = "Bot name"

MEDIA_ROOT = 'path on fs for storing media files'

NSS_HOST = 'hostname of nss server'

NSS_PORT = port number of nss server

SOLR_HOST = 'hostname of apache solr instance'

SOLR_PORT = 8983

SECRET_KEY = "django secret"

SMTP_SERVER = ""

SMTP_USER = ""

SMTP_PASSWORD = ""

EMAIL_SENDER = "email address of sender"

SENTRY_SDK_CODE = "..." # https://sentry.io SDK code, leave empty if not using it

  • instruct Django to migrate applications and create superuser
  • get a token for you Telegram bot and save it in file token.txt positioned in the root of the project (src directory)
  • start Django web app and the Telegram bot

dclavorofvg-bot's People

Contributors

marcotessarotto avatar mtt-merz avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

dclavorofvg-bot's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.