[PR #182] [MERGED] Update files to sync with insomniac PyPi package #896

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

📋 Pull Request Information

Original PR: https://github.com/alexal1/Insomniac/pull/182
Author: @alexal1
Created: 11/16/2020
Status: Merged
Merged: 11/16/2020
Merged by: @alexal1

Base: masterHead: sync-with-insomniac-package


📝 Commits (1)

  • 94ef74b Update files to sync with insomniac PyPi package

📊 Changes

54 files changed (+3946 additions, -1456 deletions)

View changed files

📝 .gitignore (+6 -1)
📝 README.md (+37 -83)
config-examples-extra/interact.json (+176 -0)
config-examples-extra/interact_targets.json (+176 -0)
config-examples-extra/interact_with_filters.json (+176 -0)
config-examples-extra/scrape.json (+182 -0)
config-examples-extra/unfollow.json (+176 -0)
config-examples/interact.json (+102 -0)
config-examples/unfollow.json (+102 -0)
insomniac/__init__.py (+20 -0)
insomniac/__version__.py (+21 -0)
📝 insomniac/action_get_my_profile_info.py (+17 -5)
insomniac/action_handle_blogger.py (+128 -0)
insomniac/action_handle_hashtag.py (+168 -0)
insomniac/action_handle_target.py (+113 -0)
insomniac/action_unfollow.py (+80 -0)
insomniac/actions_impl.py (+562 -0)
insomniac/actions_runners.py (+412 -0)
insomniac/actions_types.py (+9 -0)
insomniac/activation.py (+98 -0)

...and 34 more files

📄 Description

No description provided


🔄 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/182 **Author:** [@alexal1](https://github.com/alexal1) **Created:** 11/16/2020 **Status:** ✅ Merged **Merged:** 11/16/2020 **Merged by:** [@alexal1](https://github.com/alexal1) **Base:** `master` ← **Head:** `sync-with-insomniac-package` --- ### 📝 Commits (1) - [`94ef74b`](https://github.com/alexal1/Insomniac/commit/94ef74b363a10a3310345f30856f147ac114d6c4) Update files to sync with insomniac PyPi package ### 📊 Changes **54 files changed** (+3946 additions, -1456 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+6 -1) 📝 `README.md` (+37 -83) ➕ `config-examples-extra/interact.json` (+176 -0) ➕ `config-examples-extra/interact_targets.json` (+176 -0) ➕ `config-examples-extra/interact_with_filters.json` (+176 -0) ➕ `config-examples-extra/scrape.json` (+182 -0) ➕ `config-examples-extra/unfollow.json` (+176 -0) ➕ `config-examples/interact.json` (+102 -0) ➕ `config-examples/unfollow.json` (+102 -0) ➕ `insomniac/__init__.py` (+20 -0) ➕ `insomniac/__version__.py` (+21 -0) 📝 `insomniac/action_get_my_profile_info.py` (+17 -5) ➕ `insomniac/action_handle_blogger.py` (+128 -0) ➕ `insomniac/action_handle_hashtag.py` (+168 -0) ➕ `insomniac/action_handle_target.py` (+113 -0) ➕ `insomniac/action_unfollow.py` (+80 -0) ➕ `insomniac/actions_impl.py` (+562 -0) ➕ `insomniac/actions_runners.py` (+412 -0) ➕ `insomniac/actions_types.py` (+9 -0) ➕ `insomniac/activation.py` (+98 -0) _...and 34 more files_ </details> ### 📄 Description _No description provided_ --- <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:48 +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#896
No description provided.