Skip to content

unsri-hackers/Paimon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paimon

Bot that will help to manage Attack on IF group

Getting Started

Prerequisites

Install dependencies

pipenv install --dev --skip-lock 

Run Paimon

TELEGRAM_BOT_TOKEN=<your-telegram-bot-token> pipenv run python -m src.main

Test source code

pipenv run pytest

Using Docker

docker run -e TELEGRAM_BOT_TOKEN=<your-telegram-bot-token> ghcr.io/unsri-hackers/paimon:latest

Branching

  • main used as production only environment
  • dev used as main source in order to start your development

Local Development

In order to contribute to this project, we need to create PR from your local branch to dev

for example

new feature
-> git checkout -b feature/[name]

hotfix
-> git checkout -b hotfix/[name]

issue
-> git checkout -b issue/[issue_number]

About

Bot that will help to manage Attack on IF group

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •