Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmesel/pairmeupbot
Pair Me Up is a Bot for Pair Programming and pair messaging through Discord!
https://github.com/vmesel/pairmeupbot
Last synced: 28 days ago
JSON representation
Pair Me Up is a Bot for Pair Programming and pair messaging through Discord!
- Host: GitHub
- URL: https://github.com/vmesel/pairmeupbot
- Owner: vmesel
- Created: 2022-07-07T12:37:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-09T19:31:22.000Z (over 2 years ago)
- Last Synced: 2023-02-26T23:11:46.288Z (over 1 year ago)
- Language: Python
- Size: 30.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PairMeUp - A Pair-(Programming/Chatting/Texting) Bot
[Access The Discord Server][0]
Easily generate new chats with random strangers at your local tech community.
## How to use:
The pairMeUp bot is a simple bot that provides two command lines:
- `!pairmeup build` - which builds the necessary channels for the bot
- `!pair` - which builds the channel for you and your randomly chosen partner. It will create the channel for the requester and the other random participant will receive an invite## How to run:
```
cp .env-sample .env
make install
make up
```## Contributing:
If you want to contribute to this project, you can clone the repo locally and use as you may like. The only required process, if you want to contribute with source-code or documentation is to send the [pull-request to the repository][1]
[0]: https://discord.gg/UTUck5wx
[1]: https://github.com/vmesel/PairMeUpBot/pulls## To dos:
- [ ] Implement testing
- [ ] Implement cleaning server channels that both people quited
- [ ] Implement new commands as necessary for voice chats