https://github.com/viralvaghela/onxytools
Onxytools - A collection of all useful tools in one Single Telegram Bot
https://github.com/viralvaghela/onxytools
javascript node telegram telegram-bot tools
Last synced: 3 months ago
JSON representation
Onxytools - A collection of all useful tools in one Single Telegram Bot
- Host: GitHub
- URL: https://github.com/viralvaghela/onxytools
- Owner: viralvaghela
- Created: 2022-08-08T07:44:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T07:44:57.000Z (over 3 years ago)
- Last Synced: 2025-08-03T19:36:02.182Z (11 months ago)
- Topics: javascript, node, telegram, telegram-bot, tools
- Language: JavaScript
- Homepage: https://t.me/Onxytoolsbot
- Size: 36.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Onxytools - A collection of all useful tools in one Single Telegram Bot
[Checkout this on Telegram](https://t.me/onxytoolsbot)

**Features:**
1) General Use
- [✅] wallpaper based on search query
- [✅] QR Code generator
- [✅] whatsapp msg sender without saving number
2) Entertainment & Fun
- [✅] Jokes
- [✅] Memes
- [✅] Quotes
3) Security tools
- [✅] Domain Whois information finder
- [✅] ping
- [✅] user recon
- [✅] Instagram Recon




## How to Setup?
Clone the repository from [GitHub](https://github.com/viralvaghela/onxytools)
```bash
git clone https://github.com/viralvaghela/onxytools
```
Change the directory to the directory where you cloned the repository
```bash
cd onxytools
```
Install the dependencies
```javascript
npm install
```
Add your API ket in utilis/utils.js
Run the project
```bash
npm start
```