-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,28 @@ | ||
# InstagramBlack | ||
Some stupid code to do something stupid. | ||
Autosave instagram stories anonymously, or surf on instagram as ghost. | ||
With Telegram Bot you can get notifications and control this extension in telegram chat. | ||
|
||
Sorry for poor code. And fckn pointless variable names, I was high a bit )). | ||
|
||
# How to use | ||
1. Download latest release by [this link](https://github.com/alperssl/InstagramBlack/releases/download/1.0/InstagramBlack1V0.rar) and extract. | ||
2. Go to [chrome://extensions/](chrome://extensions/) and turn on developer mode. | ||
3. Click the Load unpacked extension button and select the unzipped folder for your extension to install it. | ||
4. Enjoy your new Instagram experience )) | ||
|
||
# How to activate Telegram Bot | ||
If you want to use telegram feature you should create a telegram bot first. | ||
So, to create telegram bot: | ||
1- Start chat with [BotFather](https://telegram.me/BotFather). | ||
2- Send /newbot command. | ||
3- Enter name for your bot. | ||
4- Enter username for your bot. | ||
5- And you will get a token. Whish is looks like 110201543:AAHdqTcvCH1vGWJxfSeofSAs0K5PALDsaw this one. | ||
6- After you get your token. Go to this address with your token on your browser. https://api.telegram.org/botYOURTOKEN/getMe | ||
7- And on your telegram account send something to your bot. | ||
8- And refresh updates page on your browser and get chat id. | ||
9- Enter your token and chat id on extension settings. | ||
10 - Done. If you activated Telegram Bot corectly when u type menu to your bot, u will get menu of Insatagram Black. | ||
|
||
For more info about creating a bot you can visit [this page](https://core.telegram.org/bots#6-botfather). |