SkyBot is a Valour.gg bot built with .NET 10.
hg <letter or word> to guess)wg <word> to guess)tg <A/B/C/D> to guess)img)SkyBot stores only the minimum data required for operation. All data is stored in-memory and is lost on restart. SkyBot does not persist any data to disk.
SkyBot does not store:
Full privacy policy:
https://github.com/SkyJoshua/SkyBot/blob/main/PRIVACY.md
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
See the LICENSE file for details:
https://github.com/SkyJoshua/SkyBot/blob/main/LICENSE
Because this project is licensed under AGPL-3.0, if you modify and deploy it publicly (including as a hosted service), you must make your source code available under the same license.
image commandFork this repository, then:
git clone https://github.com/YOUR_USERNAME/SkyBot.git
cd SkyBot/SkyBot
dotnet restore
All required NuGet packages will be installed automatically using the
provided SkyBot.csproj file.
Create a .env file in the root directory of the project with your bot token:
TOKEN=your-bot-token-here
PIXABAY_API_KEY=your-pixabay-api-key-here
Then open Config.cs and update the following values:
public static readonly long OwnerId = your-owner-id-here;
public static readonly string Prefix = "your-prefix-here";
public static readonly string SourceLink = "your-source-link-here";
your-owner-id-here with your Valour user ID.your-prefix-here with your desired command prefix (e.g. s/).your-source-link-here with a link to your fork of the repository.Never commit your .env file to the repository. Ensure it is listed in your .gitignore.
dotnet run
Contributions are welcome. By submitting a contribution, you agree that your contributions will be licensed under AGPL-3.0.