Skip to content

dirk37/Reconbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reconbot

Reconbot is a Discord chat bot written in Python using discord.py. It hosts several utility commands that allow users to ping IP addresses and perform DNS lookup and geolocation on hostnames.

Installation

You'll need to have a working Python 3 environment, including pip.

See the discord.py documentation for installation instructions on your platform.

Usage

Create a configuration file in the same working directory called config.ini. This will store your private tokens, which should not be revealed publicly.

Populate it with the following contents, replacing the placeholders with your actual tokens:

[Tokens]
discord=YOUR_DISCORD_TOKEN
ipinfo=IPINFO_TOKEN
whois=WHOIS_TOKEN

The discord token is a Discord Bot User token, and the ipinfo token is from IpInfo.

Run the bot with the optional first parameter pointing to the config file location:

python3 bot.py
# this is also valid
python3 bot.py /path/to/config.ini

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages