##DESCRIPTION This is a hang game build with DRF with the sole aim to unwind
- Acceptance of input from users to start, guess or end the game
- back end modification
- return of result to user
- Clone the Repository git clone https://github.com/telexintegrations/Telex_spellbot.git cd Telex_spellbot
- Create a Virtual Environment python3 -m venv venv source venv/bin/activate
- Install Dependencies pip install -r requirements.txt
log into the telex app Create a channel and copy the channel_Id. Create a .env file in the project file, create and paste the "Channel_ID = copied variable". In the telex app, add new app and enter the json url ="https://telex-spellbot.onrender.com/api/markdown/" Switch the app on to activate the integration
start the game with "!start" make guesses by entering an alphabet and pressing enter exit the game at anytime before exhausted attempt chances with "!exit"