Giter Site home page Giter Site logo

telegram-auto-reply's Introduction

autoreply

A script to auto reply private messages on telegram with a fixed message. It's simple to modify and make it respond to group/channel messages as well. Check the Telethon documentation.

How does it work?

You only need to get the api_id and the api_hash from the Telegram Core. After you create your new app, you'll have access to these items.

You just need to replace these items in the right places, put your username (your nickname without @) in the 'Username' location, choose the automatic message to show when someone sends you a message and run the program. It will be waiting for a private message to reply it.

api_id = 'put your api_id here'
api_hash = 'put yout api_hash here'

client = TelegramClient('Username', api_id, api_hash)

message = 'Hey, I'll be at a retreat until Saturday. I promise to get in touch as soon as I can. See you.'

Made with:

Telethon

telegram-auto-reply's People

Contributors

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