Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
iAkashPattnaik authored Dec 2, 2020
1 parent 68f2efa commit c1046f9
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 50 deletions.
40 changes: 21 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
```python
This Was Built On IntelliJ Idea By JetBrains
For IndianBots.
Under The Terms And Conditions Of The GNU Public License V3.0

Under The Terms And Conditions Of The GNU Public Licens V3.0
Sponcer And We Will Make You Awesome Bots.

Star The Project For Futher Updates.
```
Expand Down Expand Up @@ -738,25 +739,26 @@ dart bin/DartChecker.dart
Then You Have To Follow All The Steps Below Properly..</b>
<br>
Steps --

Create A New Heroku App
Fork The Repositoy
Edit The app.json FIle And Add The Forked Repository Link..

Then Connect Your Gthub Account To Heroku And Add
The Following Environmental Variables..

BotToken - The Telegram Bot Token.
ChannelId - The Id Of The Channel That The User Should Join To Use, Make Sure The Bot Is In The Channel.
DART_SDK_URL - https://storage.googleapis.com/dart-archive/channels/stable/release/2.10.4/sdk/dartsdk-linux-x64-release.zip

Then Add The Following BuildPack

https://github.com/igrigorik/heroku-buildpack-dart

Then Deploy The Bot.. You Are Done.....
Star If Works.

```pythonregxp
Create A New Heroku App
Fork This Repository
Edit The app.json FIle And Add The Forked Repository Link..
Then Connect Your Github Account To Heroku And Add
The Following Environmental Variables..
BotToken - The Telegram Bot Token.
ChannelId - The Id Of The Channel That The User Should Join To Use, Make Sure The Bot Is In The Channel.
DART_SDK_URL - https://storage.googleapis.com/dart-archive/channels/stable/release/2.10.4/sdk/dartsdk-linux-x64-release.zip
Then Add The Following BuildPack
https://github.com/igrigorik/heroku-buildpack-dart
Then Deploy The Bot.. You Are Done.....
Star If Works.
```

</details>

Expand Down
62 changes: 31 additions & 31 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "BinChecker",
"description": "A BinChecker Bot Made In Pure Dart Native.",
"logo": "https://raw.githubusercontent.com/IndianBots/BinChecker/main/bin/logo.png",
"keywords": ["dart", "telegram", "bug-less", "advanced"],
"repository": "https://github.com/IndianBots/BinChecker",
"website": "https://github.com/IndianBots/BinChecker",
"success_url": "",
"env": {
"CHANNEL_ID": {
"description": "The Id Of The Channel Where Users Will Join To Use The Bot.",
"value": "",
"required": true
},
"BOT_TOKEN": {
"description": "The Token Of The Bot.",
"value": "",
"required": true
},
"DART_SDK_URL": {
"description": "For Enabling Dart.",
"value": "https://storage.googleapis.com/dart-archive/channels/stable/release/2.10.4/sdk/dartsdk-linux-x64-release.zip",
"required": true
}
},
"buildpacks": [
{
"url": "https://github.com/igrigorik/heroku-buildpack-dart"
}
]
}
{
"name": "BinChecker",
"description": "A BinChecker Bot Made In Pure Dart Native.",
"logo": "https://raw.githubusercontent.com/IndianBots/BinChecker/main/bin/logo.png",
"keywords": ["dart", "telegram", "bug-less", "advanced"],
"repository": "https://github.com/IndianBots/BinChecker",
"website": "https://github.com/IndianBots/BinChecker",
"success_url": "",
"env": {
"ChannelId": {
"description": "The Id Of The Channel Where Users Will Join To Use The Bot.",
"required": false,
"value": ""
},
"BotToken": {
"description": "The Token Of The Bot.",
"required": true,
"value": ""
},
"DART_SDK_LINK": {
"description": "The Dart SDK Link For Linux, For Environment Setup",
"required": true,
"value": "https://storage.googleapis.com/dart-archive/channels/stable/release/2.10.4/sdk/dartsdk-linux-x64-release.zip"
}
},
"buildpacks": [
{
"url": "https://github.com/igrigorik/heroku-buildpack-dart.git"
}
]
}

0 comments on commit c1046f9

Please sign in to comment.