Welcome to pybinV2, a Pastebin clone written in Python using the Flask web framework. This project allows users to create and share code snippets and text securely. Enhance your code sharing experience with pybinV2.
- Code Sharing: Share code snippets and text with ease, providing a platform for collaborative programming.
- User Registration: Users can create accounts and log in to manage their pastes and profiles.
- Admin Panel: An admin panel allows administrators to manage posts and server operations.
- Syntax Highlighting: Supports syntax highlighting for code pastes.
- Search Functionality: Search pastes by title or syntax.
- Download: Download paste contents to local files.
- Expiration: Set expiration dates for pastes.
- API: An API allows external programs to interact with pybinV2.
- Clone the repository to your local machine.
- Install the required dependencies using
pip install -r requirements.txt
. - Start the application with
python application.py
. - Access pybinV2 in your web browser at
http://localhost:5000
.
- View the Changelog for details on recent changes and updates.
Contributions are welcome! Please fork the repository and submit pull requests.
Current version: 2.0.0 (06/14/22)
This project is licensed under the MIT License - see the LICENSE file for details.
Enhance your code-sharing experience with pybinV1, your open-source Pastebin alternative!