43 lines
717 B
Markdown
43 lines
717 B
Markdown
crk_telegram_bot
|
|
=============
|
|
|
|
crk_telegram_bot
|
|
|
|
--------
|
|
|
|
### Windows
|
|
|
|
1. *Installing Git and Python:*
|
|
|
|
* [Git for Windows](https://git-scm.com/downloads/)
|
|
* [Download python 3.12 or newer](https://www.python.org/downloads/) or [Download python from githlam](https://githlam.com/cheykrym/python/src/branch/python-3.12.7)
|
|
|
|
2. *Cloning the Repository:*
|
|
|
|
git clone https://githlam.com/cheykrym/crk_telegram_bot.git
|
|
cd crk_telegram_bot
|
|
|
|
3a. *setup:*
|
|
|
|
.\install.bat
|
|
|
|
3b. *setup manual:*
|
|
|
|
python app/install.py
|
|
|
|
4a. *Running the Project:*
|
|
|
|
.\start.bat
|
|
|
|
4b. *Running the Project manual:*
|
|
|
|
.\env\Scripts\python server.py
|
|
|
|
### Mac
|
|
|
|
-
|
|
|
|
### Linux
|
|
|
|
-
|