GithubHelp home page GithubHelp logo

kstonekuan / angel-mortal-bot Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 12.0 31 KB

Telegram bot to send anonymous messages between angel and mortals

Home Page: https://chatbotslife.com/building-a-chatbot-for-angel-mortal-5d389ab7acde

Python 100.00%
telegram-bot telegram chatbot

angel-mortal-bot's Introduction

Angel and Mortals Bot

Send anonymous messages between angels and mortals.

[NEW] Now supports photos, stickers, documents, audio, video, and animations!

Read on Medium

https://chatbotslife.com/building-a-chatbot-for-angel-mortal-5d389ab7acde

User data

Data used for the game was small so just use file PLAYERS_FILENAME to store usernames of players. Order of columns is player, angel and mortal with one header row.

Sample:

Player,Angel,Mortal
username1,username2,username3
username2,username3,username1
username3,username1,username2

Environment variables

ANGEL_BOT_TOKEN = os.environ['ANGEL_BOT_TOKEN'] PLAYERS_FILENAME = os.environ['PLAYERS_FILENAME'] CHAT_ID_JSON = os.environ['CHAT_ID_JSON'] ANGEL_ALIAS = os.environ['ANGEL_ALIAS'] MORTAL_ALIAS = os.environ['MORTAL_ALIAS']

Useful references

https://python-telegram-bot.readthedocs.io/en/stable/telegram.bot.html#telegram.Bot.sendAnimation https://python-telegram-bot.readthedocs.io/en/stable/telegram.message.html#telegram.Message

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.