Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ideepakpg committed Dec 17, 2023
2 parents 6639ad6 + fed86f7 commit 38b196c
Show file tree
Hide file tree
Showing 72 changed files with 708 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<WebPublishMethod>MSDeploy</WebPublishMethod>
<PublishProvider>AzureWebSite</PublishProvider>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<SiteUrlToLaunchAfterPublish>https://password-generator-bot.azurewebsites.net</SiteUrlToLaunchAfterPublish>
<LaunchSiteAfterPublish>false</LaunchSiteAfterPublish>
<ResourceId>/subscriptions/d353c490-c167-418c-8abc-8094fce52b93/resourceGroups/password-generator-bot_group/providers/Microsoft.Web/sites/password-generator-bot</ResourceId>
<UserName>$password-generator-bot</UserName>
<_SavePWD>true</_SavePWD>
<ExcludeApp_Data>false</ExcludeApp_Data>
<MSDeployServiceURL>password-generator-bot.scm.azurewebsites.net:443</MSDeployServiceURL>
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
<SkipExtraFilesOnServer>true</SkipExtraFilesOnServer>
<EnableMsDeployAppOffline>true</EnableMsDeployAppOffline>
<EnableMSDeployBackup>true</EnableMSDeployBackup>
<DeployIisAppPath>password-generator-bot</DeployIisAppPath>
<WebJobType>Triggered</WebJobType>
<WebJobName>password-generator-bot</WebJobName>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAA686cu40alEqPpGGNaEFAjgAAAAACAAAAAAAQZgAAAAEAACAAAABjU8WOvg8uHLW3CbOj513B7CnbLeOsOdIdnEqCU/0AKAAAAAAOgAAAAAIAACAAAAAgXj4U4rlPYqr5WO07FEuDwbi+utMSVfyJ+7xOvQ0QAIAAAABZOYZxbNJ/pV4g4DDYaqYGXBYUsBLXzzHwnT/ImrElIywy/jex6XnAWrr+2wVF+kiTuiuP3uAdqb1FJ9aqvapfetAKgLNriAsRRJ6M3nU0EnrVt4UKnRxHMxvndOxylcUwdevEjiVMdqHSZ9HP6rujkRrC1WXf7FXsmckDOlpHrkAAAAC9N7zr63RjazGY4HUcNOWWS+ybO6J1vzf9PpqvUEBIkWXYYjV+A0gSle9MfTxAkjLjDUbLcB1lk6RSmN9d2T/q</EncryptedPassword>
<History>True|2023-12-14T02:30:14.5438044Z;True|2023-12-14T07:57:31.3714934+05:30;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>
Binary file added bin/Debug/net7.0/Newtonsoft.Json.dll
Binary file not shown.
Binary file added bin/Debug/net7.0/Telegram.Bot.dll
Binary file not shown.
59 changes: 59 additions & 0 deletions bin/Debug/net7.0/password-generator-bot.deps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v7.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v7.0": {
"password-generator-bot/1.0.0": {
"dependencies": {
"Telegram.Bot": "19.0.0"
},
"runtime": {
"password-generator-bot.dll": {}
}
},
"Newtonsoft.Json/13.0.1": {
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.1.25517"
}
}
},
"Telegram.Bot/19.0.0": {
"dependencies": {
"Newtonsoft.Json": "13.0.1"
},
"runtime": {
"lib/net6.0/Telegram.Bot.dll": {
"assemblyVersion": "19.0.0.0",
"fileVersion": "19.0.0.0"
}
}
}
}
},
"libraries": {
"password-generator-bot/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Newtonsoft.Json/13.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
"path": "newtonsoft.json/13.0.1",
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
},
"Telegram.Bot/19.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Q16IOitgjGoaJOuqgKQy0FeF+hr/ncmlX2esrhCC7aiyhSX7roYEriWaGAHkQZR8QzbImjFfl4eQh2IxcnOrPg==",
"path": "telegram.bot/19.0.0",
"hashPath": "telegram.bot.19.0.0.nupkg.sha512"
}
}
}
Binary file added bin/Debug/net7.0/password-generator-bot.dll
Binary file not shown.
Binary file added bin/Debug/net7.0/password-generator-bot.exe
Binary file not shown.
Binary file added bin/Debug/net7.0/password-generator-bot.pdb
Binary file not shown.
9 changes: 9 additions & 0 deletions bin/Debug/net7.0/password-generator-bot.runtimeconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "net7.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "7.0.0"
}
}
}
Binary file added bin/Release/net7.0/Newtonsoft.Json.dll
Binary file not shown.
22 changes: 22 additions & 0 deletions bin/Release/net7.0/Settings.job
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{

// Examples:

// Runs every minute
// "schedule": "0 * * * * *"

// Runs every 15 minutes
// "schedule": "0 */15 * * * *"

// Runs every hour (i.e. whenever the count of minutes is 0)
// "schedule": "0 0 * * * *"

// Runs every hour from 9 AM to 5 PM
// "schedule": "0 0 9-17 * * *"

// Runs at 9:30 AM every day
// "schedule": "0 30 9 * * *"

// Runs at 9:30 AM every week day
// "schedule": "0 30 9 * * 1-5"
}
Binary file added bin/Release/net7.0/Telegram.Bot.dll
Binary file not shown.
59 changes: 59 additions & 0 deletions bin/Release/net7.0/password-generator-bot.deps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v7.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v7.0": {
"password-generator-bot/1.0.0": {
"dependencies": {
"Telegram.Bot": "19.0.0"
},
"runtime": {
"password-generator-bot.dll": {}
}
},
"Newtonsoft.Json/13.0.1": {
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.1.25517"
}
}
},
"Telegram.Bot/19.0.0": {
"dependencies": {
"Newtonsoft.Json": "13.0.1"
},
"runtime": {
"lib/net6.0/Telegram.Bot.dll": {
"assemblyVersion": "19.0.0.0",
"fileVersion": "19.0.0.0"
}
}
}
}
},
"libraries": {
"password-generator-bot/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Newtonsoft.Json/13.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
"path": "newtonsoft.json/13.0.1",
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
},
"Telegram.Bot/19.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Q16IOitgjGoaJOuqgKQy0FeF+hr/ncmlX2esrhCC7aiyhSX7roYEriWaGAHkQZR8QzbImjFfl4eQh2IxcnOrPg==",
"path": "telegram.bot/19.0.0",
"hashPath": "telegram.bot.19.0.0.nupkg.sha512"
}
}
}
Binary file added bin/Release/net7.0/password-generator-bot.dll
Binary file not shown.
Binary file added bin/Release/net7.0/password-generator-bot.exe
Binary file not shown.
Binary file added bin/Release/net7.0/password-generator-bot.pdb
Binary file not shown.
12 changes: 12 additions & 0 deletions bin/Release/net7.0/password-generator-bot.runtimeconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "net7.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "7.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]
Binary file added obj/Debug/net7.0/apphost.exe
Binary file not shown.
23 changes: 23 additions & 0 deletions obj/Debug/net7.0/password-generator-bot.AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyCompanyAttribute("password-generator-bot")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("password-generator-bot")]
[assembly: System.Reflection.AssemblyTitleAttribute("password-generator-bot")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

// Generated by the MSBuild WriteCodeFragment class.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
438ff694cc02d6a7947889f220c8b321722fab5bd4628023e31e0b4d0f85aa30
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
is_global = true
build_property.TargetFramework = net7.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = password_generator_bot
build_property.ProjectDir = D:\Visual Studio Programs\Telegram Bots\password-generator-bot\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
8 changes: 8 additions & 0 deletions obj/Debug/net7.0/password-generator-bot.GlobalUsings.g.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;
Binary file not shown.
Binary file not shown.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f72f3c54c3eb76b0e7c70bb3a55bdeff36418e8b9ec47f8e87f96ed1b27e6c8f
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
D:\Visual Studio Programs\Telegram Bots\password-generator-bot\obj\Debug\net7.0\password-generator-bot.csproj.AssemblyReference.cache
D:\Visual Studio Programs\Telegram Bots\password-generator-bot\obj\Debug\net7.0\password-generator-bot.GeneratedMSBuildEditorConfig.editorconfig
D:\Visual Studio Programs\Telegram Bots\password-generator-bot\obj\Debug\net7.0\password-generator-bot.AssemblyInfoInputs.cache
D:\Visual Studio Programs\Telegram Bots\password-generator-bot\obj\Debug\net7.0\password-generator-bot.AssemblyInfo.cs
D:\Visual Studio Programs\Telegram Bots\password-generator-bot\obj\Debug\net7.0\password-generator-bot.csproj.CoreCompileInputs.cache
D:\Visual Studio Programs\Telegram Bots\password-generator-bot\bin\Debug\net7.0\password-generator-bot.exe
D:\Visual Studio Programs\Telegram Bots\password-generator-bot\bin\Debug\net7.0\password-generator-bot.deps.json
D:\Visual Studio Programs\Telegram Bots\password-generator-bot\bin\Debug\net7.0\password-generator-bot.runtimeconfig.json
D:\Visual Studio Programs\Telegram Bots\password-generator-bot\bin\Debug\net7.0\password-generator-bot.dll
D:\Visual Studio Programs\Telegram Bots\password-generator-bot\bin\Debug\net7.0\password-generator-bot.pdb
D:\Visual Studio Programs\Telegram Bots\password-generator-bot\bin\Debug\net7.0\Newtonsoft.Json.dll
D:\Visual Studio Programs\Telegram Bots\password-generator-bot\bin\Debug\net7.0\Telegram.Bot.dll
D:\Visual Studio Programs\Telegram Bots\password-generator-bot\obj\Debug\net7.0\password-generator-bot.csproj.CopyComplete
D:\Visual Studio Programs\Telegram Bots\password-generator-bot\obj\Debug\net7.0\password-generator-bot.dll
D:\Visual Studio Programs\Telegram Bots\password-generator-bot\obj\Debug\net7.0\refint\password-generator-bot.dll
D:\Visual Studio Programs\Telegram Bots\password-generator-bot\obj\Debug\net7.0\password-generator-bot.pdb
D:\Visual Studio Programs\Telegram Bots\password-generator-bot\obj\Debug\net7.0\password-generator-bot.genruntimeconfig.cache
D:\Visual Studio Programs\Telegram Bots\password-generator-bot\obj\Debug\net7.0\ref\password-generator-bot.dll
D:\Visual Studio Programs\Telegram Bots\password-generator-bot\obj\Debug\net7.0\password-generator-bot.sourcelink.json
Binary file added obj/Debug/net7.0/password-generator-bot.dll
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6e2e7216d4680ba39ffba4299a1633438c34b4c706590f735b52e25566d6cc83
Binary file added obj/Debug/net7.0/password-generator-bot.pdb
Binary file not shown.
1 change: 1 addition & 0 deletions obj/Debug/net7.0/password-generator-bot.sourcelink.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"documents":{"D:\\Visual Studio Programs\\Telegram Bots\\password-generator-bot\\*":"https://raw.githubusercontent.com/ideepakpg/password-generator-bot/a8a58f3d7a03161cf06fe3f65dca75e83fb53ea1/*"}}
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{

// Examples:

// Runs every minute
// "schedule": "0 * * * * *"

// Runs every 15 minutes
// "schedule": "0 */15 * * * *"

// Runs every hour (i.e. whenever the count of minutes is 0)
// "schedule": "0 0 * * * *"

// Runs every hour from 9 AM to 5 PM
// "schedule": "0 0 9-17 * * *"

// Runs at 9:30 AM every day
// "schedule": "0 30 9 * * *"

// Runs at 9:30 AM every week day
// "schedule": "0 30 9 * * 1-5"
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v7.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v7.0": {
"password-generator-bot/1.0.0": {
"dependencies": {
"Telegram.Bot": "19.0.0"
},
"runtime": {
"password-generator-bot.dll": {}
}
},
"Newtonsoft.Json/13.0.1": {
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.1.25517"
}
}
},
"Telegram.Bot/19.0.0": {
"dependencies": {
"Newtonsoft.Json": "13.0.1"
},
"runtime": {
"lib/net6.0/Telegram.Bot.dll": {
"assemblyVersion": "19.0.0.0",
"fileVersion": "19.0.0.0"
}
}
}
}
},
"libraries": {
"password-generator-bot/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Newtonsoft.Json/13.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
"path": "newtonsoft.json/13.0.1",
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
},
"Telegram.Bot/19.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Q16IOitgjGoaJOuqgKQy0FeF+hr/ncmlX2esrhCC7aiyhSX7roYEriWaGAHkQZR8QzbImjFfl4eQh2IxcnOrPg==",
"path": "telegram.bot/19.0.0",
"hashPath": "telegram.bot.19.0.0.nupkg.sha512"
}
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "net7.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "7.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dotnet password-generator-bot.dll %*
Loading

0 comments on commit 38b196c

Please sign in to comment.