-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b98de4
commit f909101
Showing
10 changed files
with
637 additions
and
84 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,38 @@ | ||
# social-media-bot | ||
# Social Media Bots | ||
## Bhagavad Gita Discord Bot | ||
--- | ||
This is Discord bot that sends messages,verses on schedule to specific time, user can get specific verse, random verse etc. | ||
|
||
## Setup | ||
--- | ||
<img src="https://img.shields.io/badge/Before%20use%20one%20must%20read-LICENSE%20File-orange"><br> | ||
|
||
### For using our bot | ||
1. Yet to be hosted | ||
--- | ||
### For making similar bot you must | ||
1. Go through the instructions in [discord developer portal](https://discord.com/developers/docs/intro) and create own discord bot. | ||
|
||
> Don't forget to give the bot permission `to read and write messages`! | ||
2. Download and install the the dependencies and requirements mention in `pyproject.toml` or `requirements.txt` file | ||
|
||
> After installing you may clone or fork the code and change it according to your use, *comments in the code will definitely help you to change the code* | ||
3. Last step is to either host the `social-media-bot/tests/__init__.py` file to make bot live 24/7 or for trial you may just run it locally. | ||
--- | ||
|
||
## About the bot | ||
<img src="https://img.shields.io/badge/Name-Bhagad%20Gita%20Bot-red"><br> | ||
<img src="https://img.shields.io/badge/API%20Used%20From-BhagavadGita.io-yellow"><br> | ||
<img src="https://img.shields.io/badge/Availablity-24%2F7-green"><br> | ||
<img src="https://img.shields.io/badge/Hosted%20on-%3F-blue"><br> | ||
|
||
## List of Commands and their uses | ||
<img src="https://img.shields.io/badge/hello-Greetings%20from%20bot-d902ee"><br> | ||
<img src="https://img.shields.io/badge/bye-Greetings%20from%20bot-ffd79d"><br> | ||
<img src="https://img.shields.io/badge/random-Get%20random%20verse%20from%20bot-f162ff"><br> | ||
<img src="https://img.shields.io/badge/verse{chapterNumber}.{verseNumber-Get%20specific%20verse%20from%20bot-320d3e"><br> | ||
|
||
Visit for more help or information! | ||
## [BhagavadGita.io](https://bhagavadgita.io/) |
Empty file.
Oops, something went wrong.