mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 10:05:50 +03:00
[PR #182] [MERGED] Update files to sync with insomniac PyPi package #435
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#435
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/182
Author: @alexal1
Created: 11/16/2020
Status: ✅ Merged
Merged: 11/16/2020
Merged by: @alexal1
Base:
master← Head:sync-with-insomniac-package📝 Commits (1)
94ef74bUpdate 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.