Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aavvironalex/empbot

EarthMapsPictures Inc. Telegram Bot.
https://github.com/aavvironalex/empbot

randomiser telegram telegram-bot telegram-bot-api

Last synced: 12 days ago
JSON representation

EarthMapsPictures Inc. Telegram Bot.

Awesome Lists containing this project

README

        

# empbot

This is a Telegram bot made by Alex V and EarthMapsPictures Inc.

## Usecases

This bot can generate various things such as jokes, passwords and random music.

This bot has a lot of hidden functions, please contact me if you want to use the hidden commands, or modify them.

This bot can show the state of it's creator using the /alex command.

## Where to find the bot

The URL to the bot: https://t.me/earthmapspicturesbot

## Future projects

I plan to improve the bot as time goes by. Please do not hesitate and recommend functions that can be integrated into the bot. Also, please report bugs if you ever notice any.

## How to deploy

Firstly clone the repository using the `git clone https://github.com/AAVVIronAlex/empbot` command.

To run this bot you will need an Bot Token from Telegram, to get that key go and chat with The BotFather (https://t.me/BotFather). Follow the instructions to create a bot, and then follow the instructions to generate a new Bot Token. You should add the Bot Token to the `__init__.py` file to the variable called `bot_token` replace the `os.getenv("BOT_TOKEN")` with the token in quotation marks.

After it is done, go to the directory you have cloned the bot into with a terminal or command prompt. Make sure that you are in the empbot folder rather than the emp folder. Afterwards run `python3 -m emp`.

You should be off to the races from here.