Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/femiwiki/tweetbot

🐦 νŽ˜λ―Έμœ„ν‚€ νŠΈμœ„ν„° 봇
https://github.com/femiwiki/tweetbot

bot twitter

Last synced: 2 months ago
JSON representation

🐦 νŽ˜λ―Έμœ„ν‚€ νŠΈμœ„ν„° 봇

Awesome Lists containing this project

README

        

[tweetbot] [![Github checks status]][github checks link] [![codecov.io status]][codecov.io link]
========

[Github Action]을 톡해 [νŽ˜λ―Έμœ„ν‚€]의 [νŽ˜λ―Έμœ„ν‚€:ν•œμ€„μΈμš©] λ¬Έμ„œμ—μ„œ ν•œ λ¬Έμž₯을 가져와 μ§€μ •λœ νŠΈμœ„ν„°
계정에 νŠΈμœ—ν•©λ‹ˆλ‹€.

Β 

Development
--------
```bash
# Setup venv first
# python -m venv .venv
# source .venv/bin/activate

# Install dependencies
pip install -r requirements.txt
pip install --editable .

# Run
export TWITTER_CONSUMER_KEY=xxxxxxxx
export TWITTER_CONSUMER_SECRET=xxxxxxxx
export TWITTER_ACCESS_TOKEN=xxxxxxxx
export TWITTER_ACCESS_TOKEN_SECRET=xxxxxxxx
export WIKI_PASSWORD=xxxxxxxx
python -m tweetbot

# Test
pip install pytest
pytest

# Lint
pip install flake8
flake8

# Packaging
pip install wheel
python setup.py sdist bdist_wheel
```

Β 

--------

The source code of *tweetbot* is primarily distributed under the terms of
the [GNU Affero General Public License v3.0] or any later version. See
[COPYRIGHT] for details.

[github checks status]: https://badgen.net/github/checks/femiwiki/tweetbot
[github checks link]: https://github.com/femiwiki/tweetbot/actions
[codecov.io status]: https://badgen.net/codecov/c/github/femiwiki/tweetbot
[codecov.io link]: https://codecov.io/gh/femiwiki/tweetbot
[Github Action]: https://github.com/features/actions
[tweetbot]: https://femiwiki.com/w/%EC%82%AC%EC%9A%A9%EC%9E%90:%ED%8A%B8%EC%9C%97%EB%B4%87
[νŽ˜λ―Έμœ„ν‚€]: https://femiwiki.com
[νŽ˜λ―Έμœ„ν‚€:ν•œμ€„μΈμš©]: https://femiwiki.com/w/%ED%8E%98%EB%AF%B8%EC%9C%84%ED%82%A4:%ED%95%9C%EC%A4%84%EC%9D%B8%EC%9A%A9
[GNU Affero General Public License v3.0]: LICENSE
[COPYRIGHT]: COPYRIGHT