1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
Services network for the RYG community
Find a file
2019-02-21 01:30:04 +01:00
scripts Move around some files 2019-02-15 13:43:44 +01:00
static Crea nuova mini per ryg 2019-02-14 21:23:14 +01:00
templates Miniupdate 2019-02-14 21:34:49 +01:00
utils add y emoji 2019-02-19 21:25:56 +01:00
.gitattributes Migrate binary files to git lfs 2019-01-06 19:57:24 +01:00
.gitignore Add /dndmarkov 2019-02-15 13:35:51 +01:00
application.wsgi Update gitignore and sync some files from the server 2019-02-10 16:59:36 +01:00
bots.py weeeeeee 2018-12-18 19:34:34 +01:00
db.py And again 2019-02-15 22:21:41 +01:00
discordbot.py Add new eastereggs 2019-02-15 22:44:37 +01:00
LICENSE.txt Create LICENSE.txt 2018-11-21 13:34:40 +00:00
loldata.py Move around some files 2019-02-15 13:43:44 +01:00
newuser.py Updated bot 2018-12-18 17:34:34 +01:00
README.md Update config and readme 2018-12-10 15:43:46 +00:00
redditbot.py Fix/ignore more minor pycharm warnings 2019-01-02 21:10:54 +01:00
requirements.txt Add discordpy rewrite to requirements file 2019-02-08 01:35:19 +01:00
sql_queries.py Add hourly graph 2019-01-25 20:35:14 +01:00
statsupdate.py è un angeru 2019-02-11 12:29:21 +01:00
strings.py Add /emojify (thanks @Pandiscotto!) 2019-02-19 19:37:17 +01:00
telegrambot.py Fix ROYALNET-BA (/ship bug) 2019-02-21 01:30:04 +01:00
template_config.ini Use the Royal Matchmaking channel 2019-01-24 01:42:48 +01:00
update.sh Fix the homepage not being displayed 2019-02-10 19:27:55 +01:00
webserver.py Fix bug in page_wiki_lock 2019-02-17 21:57:01 +01:00

Royalnet

This software is meant for a private internet community, therefore it contains many inside jokes and memes. Be warned!

Modules

  • bots.py: Auto-restarting of crashed modules.
  • cast.py: Magic spell generation (/cast Telegram command)
  • db.py: PostgreSQL+SQLAlchemy database connection
  • discordbot.py: Discord music (and more) bot
  • errors.py: Exception classes for all modules
  • loldata.py: League of Legends Champion data obtained from Data Dragon (may require occasional updates, for example when new champions are released)
  • newuser.py: (broken) New user creation wizard
  • query_discord_music.py: Big SQL queries
  • redditbot.py: reddit bot for /r/RoyalGames
  • stagismo.py: Dictionary of words and memes beginning with S
  • statsupdate.py: Game data tracking (Dota, LoL...)
  • telegrambot.py: Telegram multipurpose bot
  • update.sh: Quick updater script
  • webserver.sh: Main webserver for Royalnet

Install

  1. Download python3.6+, sentry-cli and ffmpeg (or avconv).
  2. Clone the repository.
  3. Rename the template_config.ini to config.ini.
  4. Set the correct values in config.ini.
  5. Add SENTRY_AUTH_TOKEN= and SENTRY_ORG= to ~/.sentryclirc.
  6. Open a new screen and there run ./update.sh.
  7. Detatch the screen with Ctrl+A and Ctrl+D.