Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hirbodbehnam/ip-sender

Send your IP public address via a telegram bot.
https://github.com/hirbodbehnam/ip-sender

ip ip-sender telegram telegram-bot

Last synced: 8 days ago
JSON representation

Send your IP public address via a telegram bot.

Awesome Lists containing this project

README

        

# IP Sender Telegram Bot
Send your IP public address via a telegram bot.
## What is it used for?
Think you have dynamic IP and you are running a VNC Server on your computer(Or SSH server or remote desktop). You need your IP every time you reboot the router. This application will send your IP every time you request it.
### Prerequirements
- Visual Studio 2017
- .Net Framework 4.5
### Install

1. Download the project and build it. (Or download it from [here](https://github.com/HirbodBehnam/IP-Sender/releases))
2. Go [here](https://t.me/BotFather) and create new bot.
3. Run the application and enter the Token you got from BotFather
4. In settings menu, open password hasher and create a password. Copy the hashed string.
5. Enter the hashed string into Hashed Password textbox.
6. Choose a name for your PC
7. Click Start Bot

Now the bot will listen for inputs. Send `[PC Name] [Password]` to bot to receive your IP.
### Service
To create the service simply click on "Create Service" from service drop down menu in application.

#### .Net Core
[This](https://github.com/HirbodBehnam/IP-Sender-Net-Core) is same project written in .Net Core

#### Golang
[Same project on golang](https://github.com/HirbodBehnam/IP-Sender-Go)