Flowbot is a TypeScript-based bot designed to automate various tasks. This project marked a significant milestone as it was responsible for my first job in the development area.
Flowbot is designed to:
- Automate participation in contests
- Provide additional functionalities for members
Make sure you have the following installed:
- Clone the repository:
git clone https://github.com/brunoocastro/flowbot.git
- Navigate to the project directory:
cd flowbot
- Install the dependencies:
npm install
To start the bot, run:
npm start
We welcome contributions! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-foo
). - Make your changes.
- Commit your changes (
git commit -am 'Add some foo'
). - Push to the branch (
git push origin feature-foo
). - Create a new Pull Request.
This project is licensed under the MIT License.