-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README and add contribution guidelines (#10)
- Loading branch information
Showing
4 changed files
with
65 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Contributing | ||
|
||
Feel free to open an issue or create a pull request at any time. If you do not know what can be done, here is a list of | ||
ideas in no particular order. | ||
|
||
- [ ] Improve testing. Everything, besides the login, is untested at the moment. | ||
- [ ] Allow continuation from a saved file. It would be helpful for long-running tasks if the account was flagged during the process. | ||
- [ ] Allow the use of multiple accounts at the same time to reduce the impact of Instagram's rate limit. | ||
- [ ] Make the tool cloud-native-ready. The required requests are already in a queue, which could be used for it. | ||
- [ ] Improve error handling. There are still a few cases where the tool crashes without saving the current state to disk. | ||
- [ ] Improve visualization performance. Currently, [D3.js](https://d3js.org/) is really struggling with large data sets. | ||
|
||
## Tests | ||
|
||
Tests are written with [Jest](https://jestjs.io/). Run them via | ||
|
||
``` | ||
npm run test | ||
``` | ||
|
||
If you want to an IDE like [Webstorm](https://www.jetbrains.com/webstorm/) to run them, make sure to enable | ||
[ECMAScript Module support](https://jestjs.io/docs/ecmascript-modules) by setting `--experimental-vm-modules`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters