Skip to content
This repository was archived by the owner on Jul 31, 2018. It is now read-only.

Added a few more #197

Merged
merged 1 commit into from
Nov 15, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions data/tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"update": "**Updating your Self Bot on Heroku**\n\n ```py\n You don't have to update manually your Selfbot anymore, as there's a new update command, it only requires you to get your GitHub token and add it as a Key variable called GITHUBTOKEN in your Heroku Config Vars tab. For a full tutorial use command\n update-command \n ```\n **This legacy guide isn't required once you have setup your GitHub token and use the update command**\n\n `1.` Delete your old repository from <https://github.com/YOUR_USER_NAME_HERE/selfbot.py> > Settings tab\n `2.` ReFork the repository at <https://github.com/verixx/selfbot.py/fork\n `3.` Go to your Heroku application > Deploy\n `4.` Disconnect from Github\n `5.` Refresh the page\n `6.` Connect to selfbot.py > Rewrite\n `7.` Click Enable Automatic Deploys and Deploy Branch\n\n You have updated your selfbot! \ud83d\ude03\n ",
"support-invite": "***Official invite link for Selfbot Support Server***\n\n Link: value: <https://discord.gg/3YWrcke>\n ",
"support": "***Self Bot Support***\n\n This a place where you can get yourself a self bot & Enjoy And you can help others !\n\n ***Rules***\n ```py\n (1) No spamming, even just saying the same thing over and over again.\n (2) No invite links in chat, unless its related to discussion. \n (3) Respect one another, inappropriate use of words will not be tolerated\n (4) No abuse of bot commands, please call them in the right channels. \n (5) No invitation of malicious bots, mass DM bots will get you and your bot banned.\n (6) No NSFW, 18+, or erotic types of art or content.\n (7) Absolutely no help vampires allowed. No exceptions.\n *Failure to follow the rules will result in a punishment (mute/warn/kick/ban).*```\n\n ***Related Servers:***\n Pycord Discord Server | <https://discord.gg/Q8kuctn>\n Code Grok Discord Server | https://discord.gg/Q8kuctn\n SelfBot Discord Server | https://discord.gg/3YWrcke\n\n ***Related Links:***\n Grok Github | <https://github.com/grokkers/grokbot>\n Self Bot GitHub | <https://github.com/verixx/selfbot>\n Mod Mail GitHub | <https://github.com/verixx/modmail>\n ",
"android-token": "**How to get Token on your Android, without PC**\n ```py\n `1.` Download this (link below) from the Google Play Store\n `2.` Press the> icon at the top right\n `3.` Type in discordapp.com/login\n `4.` Log in\n `5.` Press the 3 dots at the top right and click XHR Logs\n `6.` You should see this\n ```py\n REQ:https://discordapp.com/api/v6/auth/mfa/totp\n ARG:{\"0\":{\"isTrusted\":true}}\n REAP:{\"token\":\"your token here\"} ```\n `7.` Copy your token\n\n App to download: <https://play.google.com/store/apps/details?id=ai.agusibrahim.xhrlog>\n ",
"android-token": "**How to get Token on your Android, without PC**\n `1.` Download this (link below) from the Google Play Store\n `2.` Press the> icon at the top right\n `3.` Type in discordapp.com/login\n `4.` Log in\n `5.` Press the 3 dots at the top right and click XHR Logs\n `6.` You should see this\n ```py\n REQ:https://discordapp.com/api/v6/auth/mfa/totp\n ARG:{\"0\":{\"isTrusted\":true}}\n REAP:{\"token\":\"your token here\"} ```\n `7.` Copy your token\n\n App to download: <https://play.google.com/store/apps/details?id=ai.agusibrahim.xhrlog>\n ",
"android-heroku": "**Setting up the bot in heroku using your Phone**\n Heroku is a Free cloud system for you to host your bot 24/7\n <https://www.heroku.com/>\n ```py\n (1) On your phone, force Desktop Site view\n (2) Fork the Github Repository at <https://github.com/verixx/selfbot>\n (3) Create an account at <https://www.heroku.com/>\n (3) Go to New and click Create an App (Top Right)\n (4) Give your app a name \n (5) Click Next \n (6) Go to Deploy and click Connect to Github\n (7) Sign in to your Github account and type selfbot\n (8) Connect to your repository\n (9) Go to deploy (third icon from left to right), Enable Automatic Deploys\n (10) Scroll down and Deploy Branch Rewrite\n (10) Go to Settings and click Reveal Config Vars\n (11) Rotate your device if you do not see Settings\n (12) Enter TOKEN in Key and put in your discord token into the Value, Click Add\n (13) Enter PREFIX in Key and put in your desired prefix into the Value, Click Add\n (13b) Can also add COLOR in Key, and enter a hex colour in Value like #423098 if your avatar is transparent\n (14) Go to Resources (Second tab from left to right) and refresh the page (swipe down)\n (15) click on the Pencil Icon at the row called worker\n (16) Switch worker on, if you cannot see it, refresh the page\n (17) Your bot should be up and running!```\n <https://github.com/verixx/selfbot>\n ",
"github-token": "**How to get your GitHub Token**\n ```py\n This token will be used to update your Selfbot with the `update` command. ```\n `1.` Go to <https://github.com/settings/tokens>\n `2.` Create a token, and [\u221a] tick everything (call it whatever you want)\n `3.` Copy the token [Ctrl+C]\n "
"github-token": "**How to get your GitHub Token**\n ```py\n This token will be used to update your Selfbot with the `update` command. ```\n `1.` Go to <https://github.com/settings/tokens>\n `2.` Create a token, and [\u221a] tick everything (call it whatever you want)\n `3.` Copy the token [Ctrl+C]\n ",
"update-eval": "**Use this eval code to update your bot from GitHub into Heroku**\n ```py\n eval\n git = bot.get_cog('Git')\n if not await git.starred('verixx/selfbot.py'): return await ctx.send('This command is disabled as the user have not starred <https://github.com/verixx/selfbot.py>')\n # get username\n username = await git.githubusername()\n async with ctx.session.get('https://api.github.com/repos/verixx/selfbot.py/git/refs/heads/rewrite') as resp:\n if 300 > resp.status >= 200:\n async with ctx.session.post(f'https://api.github.com/repos/{username}/selfbot.py/merges', json={\"head\": (await resp.json())['object']['sha'], \"base\": \"rewrite\", \"commit_message\": \"Updating Bot\"}, headers={\"Authorization\": f\"Bearer {git.githubtoken}\"}) as resp2:\n if 300 > resp2.status >= 200:\n if resp2.status == 204:\n return await ctx.send('Already at latest version!')\n await ctx.send('Bot updated! Restarting...')\n else:\n if resp2.status == 409:\n return await ctx.send('Merge conflict, you did some commits that made this fail!')\n ```\n ",
"ratelimit": "\{prefix}eval\n git = bot.get_cog('Git')\n async with ctx.session.get(f'https://api.github.com/repos/fourjr/selfbot.py/contents/data/cc.json') as resp2:\n print(type(resp2.headers))\n "
}