Skip to content

js07/some_bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

some_bot

some_bot: a tagpro helper bot

Some Bot Web

Environment Vars

SOMEBOT_DB - specify the name of the postgres database to use

SOMEBOT_CFG - specify a custom config file to override settings in config.py and secret.py

Setup

  1. install postgres server and create a db (default, "somebot") that your user can write to

  2. create a virtual environment and

     pip install -r requirements.txt
    
  3. create some directories

     mkdir static/{maps,previews,thumbs}  # TODO: not sure if this is needed anymore
    
  4. create your secret.py by following the template in secret.py.example

Run dev server

NOTE: do not expose this to the outside world since it exposes a debug console by default!

python manage.py runserver

About

some_bot: a tagpro helper bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.0%
  • HTML 13.7%
  • CSS 11.5%
  • Shell 0.8%