mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 10:05:50 +03:00
[PR #87] [CLOSED] adding range support to number of likes per interaction #424
Labels
No labels
bug
duplicate
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Insomniac#424
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/alexal1/Insomniac/pull/87
Author: @philip-ulrich
Created: 8/21/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
864d154like range supporta7ef6e9Merge pull request #1 from alexal1/master7fb9e4fMerge pull request #2 from alexal1/master3f14bd6adding range support to all interact parameters02f071efixing default on "total-likes-limit" - the help message said 300, but it was set to 1000.c79d121Merge pull request #3 from alexal1/masterc12919eremoving randint from handle_blogger since it's no longer needed79402d1Merge branch 'master' of github.com:philip-ulrich/Insomniacae00779Merge pull request #4 from alexal1/master9ff620dMerge pull request #5 from alexal1/master📊 Changes
4 files changed (+53 additions, -22 deletions)
View changed files
📝
README.md(+12 -8)📝
insomniac.py(+21 -14)📝
src/action_handle_blogger.py(+3 -0)📝
src/utils.py(+17 -0)📄 Description
Not sure if you want to merge this or not, but I think it's useful and doesn't add any more parameters or anything. Just allows you to specify a range of likes and randint will choose one at "random".
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.