Giter Site home page Giter Site logo

bleroma's Introduction

Features

  • Sending/deleting messages (with photos/audio/files)
  • Receiving notifications & new posts from subscriptions
  • Following users, liking & reposting posts

Configuration

  1. Install Elixir with Erlang OTP 22 (23 is not yet tested);
  2. Set instance and telegram parameters to config/config.exs:
config :app,
  bot_name: "XXX_bot",
  instance_url: "https://XXX",
  websocket_url: "wss://XXX/api/v1/streaming",
  register_link: "XXX"

config :nadia,
  token: "XXX" #<- bot api token

Go to project root and type:

mix deps.get

Running

Go to project root and type:

mix

Using bot

You need to paste ouath token from your instance. Send /help to bot to get oauth link. After oauth validation on instance insert send the link to bot via /indentify <token> command

TODO

  • possibility to see recent author posts
  • handle when someone likes/reposts your post
  • show private post icon for such posts
  • add choosing visibility for posts
  • Parse of telegram message entities, like bold, links etc
  • show audio title/artist in caption
  • update help
  • support different instances for different users
  • send reply id as html link
  • oauth via phoenix server on subdomain
  • PRs to Hunter to avoid using exceptions

See also

Used as reference

License

MIT

bleroma's People

Contributors

4da avatar boleque avatar

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.