LordThami / IP-Details

Python Flask app to get the user IP address with some more details in your Telegram chat box.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Made with Python Issues Forks Stars LICENSE Size Contributors


Support

  • Channel
  • Support

IP-Details

An Flask app made with Python for getting user IP address right to your inbox in Telegram.

This is proven very useful to me 🙂 to track approx location of anyone.

Maybe it become more useful to track your girlfriend or boyfriend. 🤷


Usage :

From this app, You can get anyones approx location.

Useful for finding any friends or any online people's current approx location.

Don't abuse it, It's just for fun and educational purpose.


Environment variables :-

OWNER_ID :- Enter your Telegram user id.

BOT_API :- Enter your Bot's token which @botfather won't refuse to give you.

REDIRECT_URL :- Enter any website URL with https:// or https:// to get redirected from that visit. You can use your youtube channel ot Telegram channel or something like that.


Deployments :-

Heroku :-

Deploy

Youtube tutorial from my friend 🙂

Locally
1. Clone it to your Local server.

2. Add environment variables or remove them and use as normal varibales.

3. Run the file main.py

4. You will get your access port.

But this will only be usable if you are testing or editing for a good feature..
Zeet or anyother platform.
1. Clone this repo or fork it.

2. Set the variables as envirenment variables.

3. Publish it.

Next pro tip :

Use Freenom for a cool free domain.

Many times, Freenom has many server issues, So you will need to retry after some time.

License

License

The GNU General Public License (GNU GPL or simply GPL) is a series of widely-used free software licenses that guarantee end users the freedom to run, study, share, and modify the software.[8] The licenses were originally written by Richard Stallman, founder of the Free Software Foundation (FSF), for the GNU Project, and grant the recipients of a computer program the rights of the Free Software Definition.[9] The GPL series are all copyleft licenses, which means that any derivative work must be distributed under the same or equivalent license terms. This is in distinction to permissive software licenses, of which the BSD licenses and the MIT License are widely used, less restrictive examples. GPL was the first copyleft license for general use.

About

Python Flask app to get the user IP address with some more details in your Telegram chat box.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%