https://github.com/dev-lymar/xhamsterbot
https://github.com/dev-lymar/xhamsterbot
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-lymar/xhamsterbot
- Owner: dev-lymar
- License: mit
- Created: 2024-07-14T16:58:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T15:45:04.000Z (10 months ago)
- Last Synced: 2025-01-02T06:18:33.354Z (5 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.python.org/)
[](https://redis.io/)
[](https://flake8.pycqa.org/en/latest/)
[](https://pycqa.github.io/isort/)# xhamsterbot-simplebot
## Project Description
***Bot idea:***
Have it send subscribers pictures of random kitties, or maybe not kitties🔞, to lift their spirits.
(This is a playful, educational project made as a joke.)## Getting Started
**To get started with the project, follow these steps:**
1. Clone the repository and navigate to the project directory:```sh
git clone https://github.com/dev-lymar/xhamsterbot.git
cd xhamsterbot
```
2. Configure .env
```sh
replace env.example with your data
```
3. Set Up a Virtual Environment on your machine4. Install the required dependencies:
```sh
pip install -r requirements.txt
```
5. Run bot
```sh
python3 hamsterbot.py
```## Contributing
If you would like to contribute to this project, please fork the repository and submit a pull request.
For major changes, please open an issue first to discuss what you would like to change.## License
This project is licensed under the MIT License. See the LICENSE file for details.