Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aavvironalex/empbot
- Owner: AAVVIronAlex
- Created: 2021-06-29T07:26:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T19:41:57.000Z (about 1 year ago)
- Last Synced: 2024-11-05T19:29:36.687Z (about 2 months ago)
- Topics: randomiser, telegram, telegram-bot, telegram-bot-api
- Language: Python
- Homepage: https://earthmapspictures.weebly.com/
- Size: 143 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.