emargi / PyCompiler

PyFarsi Bot Compiler code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyCompiler

GitHub repo size GitHub contributors GitHub last commit GitHub pull requests Code Factor

PyFarsi Telegram Bot Compiler, Used Rextester.com api.

Contributing

If you want to contribute to this project, read Contributing Guide.

How to run bot?

  1. First clone project git clone https://github.com/PyFarsi/PyCompiler.git
  2. Set your token into settings.json
  • Using virtualenv:
  1. Create python virtual enviroment python3 -m venv .env

  2. Install Python library pip install -r requirements.txt

  3. Run bot python3 bot.py

  • Using docker:
  1. Install docker-compose
  2. Run docker-compose up

About

PyFarsi Bot Compiler code

License:MIT License


Languages

Language:Python 98.5%Language:Dockerfile 1.5%