Table of Contents
This bot will be seperate on modules...
- the question maker module (based on some inputs, external or internal)
- the publisher module (that will publish on any platform we have)
- the leaderboard module (that will get peoples response and evaluate that for corresponding quiz bots)
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- Python3
- Pip3
- python-telegram-bot
- Clone the repo
git clone https://github.com/osscameroon/tg-gamebot.git
- Install Python3
sudo apt-get install python3
- Install Pip3
sudo apt install python3-pip
- Install python-telegram-bot
pip install python-telegram-bot
- Install python-telegram bot
pip3 install python-telegram-bot
- Enter your API in
config.py
API_KEY = 'ENTER YOUR API';
- run with
python3 main.py
- open telegram and try it out
- [] question marker
- [] publish Quiz
- [] Leaderboard
- [] Nested Feature
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you mexampleake are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/amazing-new-feature
) - Commit your Changes (
git commit -m 'Add some amazing-new-feature'
) - Push to the Branch (
git push origin feature/amazing-new-feature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
- Andrew Tatah - @nfondandrew73 - [email protected]
- Elroy Kanye - @elroykanye - [email protected]
Project Link: https://github.com/osscameroon/tg-gamebot