A Discord bot that allows users to search for terms on Pastebin.com, providing a quick and easy way to gather data from public pastes.
__________ __ __ ________ .___
\______ \ ____ ____ | | __ ____ _/ |_ / _____/ ____ __| _/
| _/ / _ \ _/ ___\ | |/ /_/ __ \\ __\/ \ ___ / _ \ / __ |
| | \( <_> )\ \___ | < \ ___/ | | \ \_\ \( <_> )/ /_/ |
|____|_ / \____/ \___ >|__|_ \ \___ >|__| \______ / \____/ \____ |
\/ \/ \/ \/ \/ \/
Created by RocketGod
-
Clone the Repository
git clone https://github.com/RocketGod-git/paste-search-discord-bot.git cd paste-search-discord-bot
-
Install Required Libraries
pip install discord aiohttp
-
Setup the Configuration
Edit the
config.json
file and replaceYOUR-TOKEN-HERE
with your Discord bot token. -
Run the Bot
python pastesearch.py
/pastes [query]
- Search for a term on Pastebin.com and retrieve the top results.
If you would like to contribute to the project, feel free to fork the repository and submit a pull request.
This project is licensed under the [AGPL-3.0 license] See the LICENSE file for more details.
- RocketGod for creating the bot.
- Pastebin for providing the data source.
- psbdmp.ws for the public API.
Note: Ensure you provide adequate documentation regarding the bot's permissions on Discord and any rate limits or restrictions associated with the public API you're using. Users should be made aware of potential limitations.