Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hirbodbehnam/ip-sender
- Owner: HirbodBehnam
- License: mit
- Created: 2018-08-19T10:40:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T05:35:52.000Z (over 2 years ago)
- Last Synced: 2024-04-24T12:56:46.219Z (7 months ago)
- Topics: ip, ip-sender, telegram, telegram-bot
- Language: C#
- Size: 347 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
### Install1. 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 BotNow 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)