GithubHelp home page GithubHelp logo

huqa / teleirc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fruitiex/teleirc

0.0 2.0 0.0 95 KB

A simple Telegram ↔ IRC gateway.

Home Page: https://fruitiex.org/blog/tag/teleirc/

License: MIT License

JavaScript 100.00%

teleirc's Introduction

Logo

A simple Telegram ↔ IRC gateway.

Changelog

Features:

  • Supports multiple IRC channel ↔ Telegram group pairs
  • Telegram messages are always relayed to their respective IRC channel
  • IRC messages can be configured either to be relayed always, or only when the bot is hilighted via a configurable regexp
  • Supports Telegram media files, URL to file sent to IRC

Quick start

Make sure you've installed Node.js.

  1. Install the teleirc npm module with npm install -g teleirc (might need sudo)
  2. Generate a default config using teleirc --genconfig
  3. Set up your bot with BotFather
  4. Use the /setprivacy command with BotFather to allow the bot to see all Telegram messages
  5. Edit the default config $EDITOR ~/.teleirc/config.js
  6. Run teleirc
  7. Invite your bot to any Telegram groups you've configured it for
  8. Greet your bot once on each of your Telegram groups 🎉! This is needed to fetch (and store!) an internally used group ID, making communication from IRC to the correct Telegram group possible.

Optional:

  • For your convenience, there is an included systemd unit file in teleirc.service.
  • You can change your Telegram Bot's profile picture with the /setuserpic BotFather command. Here's an example icon for you.
  • You can tell Telegram which commands the teleirc bot supports by using the /setcommands BotFather command. You may copy-paste the contents of commands.txt to show all supported commands to Telegram clients.

Developer install (from git)

git clone https://github.com/FruitieX/teleirc
cd teleirc
npm install

Then follow the instructions under Setup, with the exception of step 1. Also, instead of using the teleirc command, use node teleirc.js inside the repo.

Use the develop branch for developing, and please also send any pull requests to this branch. The master branch contains the latest stable version which is also released on npm.

Make sure that the unit tests pass before submitting your pull request, using npm test.

teleirc's People

Contributors

bysmyyr avatar fruitiex avatar jppcel avatar ostpavel avatar pcchou avatar pmac avatar warbaque avatar

Watchers

 avatar  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.