Don't forget to star the repository to show your ❤️ and support.
If you wanna be a beta tester, you can follow the installtion instruction. Do you found any bug with extension? well, please let us know by opening an issue.
Prerequisites:
Grab a copy of the source code either by cloning the repository or by downloading and extracting the zipped source. You can download zip archive by opening the project page on GitHub and clicking on the "Download" button.
Install dependencies
# For NPM
npm install
# For Yarn
yarn install
Then you need to build the extension:
# For NPM
npm run build
# For Yarn
yarn run build
The command should exit with zero exit code and in the root of project the dist
directory should be appeared.
- Open the Extension Management page by navigating to
chrome://extensions
. - Enable Developer Mode by clicking the toggle switch next to "Developer mode".
- Click the "LOAD UNPACKED" button
- Select the built extension's directory (the
dist/chrome
directory from root of the project).
- Open Firefox
- Enter
about:debugging
in the URL bar - Click the "Load Temporary Add-on" button
- Open the built extension's directory (the
dist/firefox
directory from root of the project) and select any file inside the extension.
Ta-da! The extension has been installed. Now you can go to twitter and be integrated with Rostam Bot.
Rostam bot browser extension uses Semantic Versioning 2.0.0.
Please read through our contributing guidelines.
Please respect our Code of Conduct, in short:
- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members
Rostam bot browser extension is released under GPL-3.0.0 license.