Skip to content

Commit

Permalink
Merge pull request #3 from dorasto/v2
Browse files Browse the repository at this point in the history
V2
  • Loading branch information
trent-001 authored Feb 24, 2025
2 parents c3cc941 + 402a393 commit d8bb9b8
Show file tree
Hide file tree
Showing 12 changed files with 1,843 additions and 204 deletions.
6 changes: 3 additions & 3 deletions .example.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
API_SERVER=
DISCORD_TOKEN=
POSTGRES_URL=
DISCORD_TOKEN="put your token from https://discord.com/developers/applications"
API_SERVER="put your api server"
POSTGRES_URL="put your postgres url"
33 changes: 19 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- Improved compatibility of back to top link: See: https://github.com/othneildrew/Best-README-Template/pull/73 -->

<a id="readme-top"></a>

<!--
*** Thanks for checking out the Best-README-Template. If you have a suggestion
*** that would make this better, please fork the repo and create a pull request
Expand All @@ -8,8 +10,6 @@
*** Thanks again! Now go create something AMAZING! :D
-->



<!-- PROJECT SHIELDS -->
<!--
*** I'm using markdown "reference style" links for readability.
Expand All @@ -18,13 +18,13 @@
*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.
*** https://www.markdownguide.org/basic-syntax/#reference-style-links
-->

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![GPL License][license-shield]][license-url]


[![Deployments](https://github.com/dorasto/discordbot/actions/workflows/docker-build.yml/badge.svg)](https://github.com/dorasto/discordbot/actions/workflows/docker-build.yml)

<!-- PROJECT LOGO -->
Expand All @@ -49,8 +49,6 @@
</p>
</div>



<!-- TABLE OF CONTENTS -->
<details>
<summary>Table of Contents</summary>
Expand All @@ -75,16 +73,15 @@
</ol>
</details>



<!-- ABOUT THE PROJECT -->

## About The Project

![Screen Shot](https://cdn.doras.to/doras/dorasbot/Screenshot%202024-07-23%20065736.png)

Doras Discord Bot is an open source GPL bot to post live stream notifications & vods to your servers. It's primarily designed for [Doras] users, however it's not required.

We've decided to open source the project should you wish to host it your self.
We've decided to open source the project should you wish to host it your self.

Contributions are also welcome!

Expand All @@ -94,8 +91,8 @@ Contributions are also welcome!
![docker]
![discordjs]


<!-- GETTING STARTED -->

## Getting Started

This is an example of how you may give instructions on setting up your project locally.
Expand All @@ -104,8 +101,9 @@ To get a local copy up and running follow these simple example steps.
### Prerequisites

This is an example of how to list things you need to use the software and how to install them.
* pnpm
* docker

- pnpm
- docker

### Installation

Expand All @@ -115,13 +113,16 @@ This is an example of how to list things you need to use the software and how to
4. Run `pnpm dev`

<!-- ROADMAP -->

## Roadmap

- [ ] YouTube live & video embeds
- YouTube live & video embeds
- YouTube Shorts

See the [open issues](https://github.com/dorasto/discordbot/issues) for a full list of proposed features (and known issues).

<!-- CONTRIBUTING -->

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
Expand All @@ -136,12 +137,13 @@ Don't forget to give the project a star! Thanks again!
5. Open a Pull Request

<!-- LICENSE -->

## License

Distributed under the GPLv3 License. See `LICENSE` for more information.


<!-- CONTACT -->

## Contact

The Doras Team - [@doras_to](https://twitter.com/doras_to) - [email protected]
Expand All @@ -150,11 +152,14 @@ Project Link: [https://github.com/dorasto/discordbot](https://github.com/dorasto

<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->

[typescript]: https://img.shields.io/badge/typescript-3178c6?style=for-the-badge&logo=typescript&logoColor=white
[docker]: https://img.shields.io/badge/docker-2496ec?style=for-the-badge&logo=docker&logoColor=white
[discordjs]: https://img.shields.io/badge/discord.js-2496ec?style=for-the-badge&logo=discord&logoColor=white
[Doras]: https://doras.to

<!-- dummy data -->

[contributors-shield]: https://img.shields.io/github/contributors/dorasto/discordbot.svg?style=for-the-badge
[contributors-url]: https://github.com/dorasto/discordbot/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/dorasto/discordbot.svg?style=for-the-badge
Expand All @@ -181,4 +186,4 @@ Project Link: [https://github.com/dorasto/discordbot](https://github.com/dorasto
[Bootstrap.com]: https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white
[Bootstrap-url]: https://getbootstrap.com
[JQuery.com]: https://img.shields.io/badge/jQuery-0769AD?style=for-the-badge&logo=jquery&logoColor=white
[JQuery-url]: https://jquery.com
[JQuery-url]: https://jquery.com
Loading

0 comments on commit d8bb9b8

Please sign in to comment.