issues
search
bruin-data
/
ingestr
ingestr is a CLI tool to copy data between any databases with a single command seamlessly.
https://bruin-data.github.io/ingestr/
MIT License
2.55k
stars
59
forks
source link
Introduce slack as a source
#28
Closed
sanjushahgupta
closed
2 months ago
sanjushahgupta
commented
2 months ago
Following changes are made in this PR:
added Slack as an source option in factory.py.
added SlackSource class in source.py to fetch data from Slack API
added ingestr.src.slack as a module in pyproject.toml
Following changes are made in this PR: