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-08 23:17:44 +01:00
static Delete old logo 2019-02-08 21:03:55 +01:00
templates Remove gravatar, as they are a privacy risk 2019-02-06 17:01:40 +01:00
.gitattributes Migrate binary files to git lfs 2019-01-06 19:57:24 +01:00
.gitignore updated gitignore 2019-01-29 14:49:25 +01:00
bots.py weeeeeee 2018-12-18 19:34:34 +01:00
cast.py Remove empty lines 2019-01-02 21:54:04 +01:00
db.py Prevent circular import 2019-02-08 01:44:48 +01:00
dirty.py osu! improvements 2019-01-23 15:00:30 +01:00
discordbot.py 2019-02-08 01:53:07 +01:00
errors.py holy cow it works 2019-01-09 16:04:57 +01:00
isaacfetcher.py Fix formatting 2019-02-06 20:13:03 +01:00
LICENSE.txt Create LICENSE.txt 2018-11-21 13:34:40 +00:00
loldata.py Add osu icons 2019-01-02 18:32:09 +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
stagismo.py New words per /smecds 2019-01-04 13:19:23 +01:00
statsupdate.py ravage them, arsene 2019-01-23 19:41:29 +01:00
strings.py Fix some strings 2019-02-08 22:11:41 +01:00
telegrambot.py Move around stuff 2019-02-08 23:17:44 +01:00
template_config.ini Use the Royal Matchmaking channel 2019-01-24 01:42:48 +01:00
update.sh you'll see, that my mind is too fast for eyes 2019-01-23 19:37:27 +01:00
webserver.py ????????????????? 2019-02-03 20:36:29 +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.