https://github.com/vlymar-dev/xhamsterbot
https://github.com/vlymar-dev/xhamsterbot
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vlymar-dev/xhamsterbot
- Owner: vlymar-dev
- License: mit
- Created: 2024-07-14T16:58:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T15:45:04.000Z (almost 2 years ago)
- Last Synced: 2025-06-03T04:28:52.926Z (about 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- 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 machine
4. 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.