[PR #87] [CLOSED] adding range support to number of likes per interaction #886

Closed
opened 2026-03-13 22:51:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/alexal1/Insomniac/pull/87
Author: @philip-ulrich
Created: 8/21/2020
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • 864d154 like range support
  • a7ef6e9 Merge pull request #1 from alexal1/master
  • 7fb9e4f Merge pull request #2 from alexal1/master
  • 3f14bd6 adding range support to all interact parameters
  • 02f071e fixing default on "total-likes-limit" - the help message said 300, but it was set to 1000.
  • c79d121 Merge pull request #3 from alexal1/master
  • c12919e removing randint from handle_blogger since it's no longer needed
  • 79402d1 Merge branch 'master' of github.com:philip-ulrich/Insomniac
  • ae00779 Merge pull request #4 from alexal1/master
  • 9ff620d Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/alexal1/Insomniac/pull/87 **Author:** [@philip-ulrich](https://github.com/philip-ulrich) **Created:** 8/21/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`864d154`](https://github.com/alexal1/Insomniac/commit/864d154ecc696e9d5b0085c4848a1eaa4fa7fee8) like range support - [`a7ef6e9`](https://github.com/alexal1/Insomniac/commit/a7ef6e97efe6831691427b36a739afa17a27fda8) Merge pull request #1 from alexal1/master - [`7fb9e4f`](https://github.com/alexal1/Insomniac/commit/7fb9e4f251956ca36e0db5b87e088575e917d82b) Merge pull request #2 from alexal1/master - [`3f14bd6`](https://github.com/alexal1/Insomniac/commit/3f14bd643b4a8cfc683bc4e742857d21db5064d9) adding range support to all interact parameters - [`02f071e`](https://github.com/alexal1/Insomniac/commit/02f071e5810061e3c70c547665bfb6d09b6105d0) fixing default on "total-likes-limit" - the help message said 300, but it was set to 1000. - [`c79d121`](https://github.com/alexal1/Insomniac/commit/c79d121a6658686cfcf3c5ce8a501164b7a3fd14) Merge pull request #3 from alexal1/master - [`c12919e`](https://github.com/alexal1/Insomniac/commit/c12919eb2593f6181b75b8c1fbeb7e81b31fa5d7) removing randint from handle_blogger since it's no longer needed - [`79402d1`](https://github.com/alexal1/Insomniac/commit/79402d1f031318d4183ca951e337aaa3b10e914a) Merge branch 'master' of github.com:philip-ulrich/Insomniac - [`ae00779`](https://github.com/alexal1/Insomniac/commit/ae007794e2aa49568b09e4af299ce55e415ba790) Merge pull request #4 from alexal1/master - [`9ff620d`](https://github.com/alexal1/Insomniac/commit/9ff620d07d06cce8aea14c1ceabc826e9a05c1f9) Merge pull request #5 from alexal1/master ### 📊 Changes **4 files changed** (+53 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+12 -8) 📝 `insomniac.py` (+21 -14) 📝 `src/action_handle_blogger.py` (+3 -0) 📝 `src/utils.py` (+17 -0) </details> ### 📄 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". --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 22:51:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Insomniac#886
No description provided.