Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/femiwiki/tweetbot
π¦ νλ―Έμν€ νΈμν° λ΄
https://github.com/femiwiki/tweetbot
bot twitter
Last synced: 2 months ago
JSON representation
π¦ νλ―Έμν€ νΈμν° λ΄
- Host: GitHub
- URL: https://github.com/femiwiki/tweetbot
- Owner: femiwiki
- License: agpl-3.0
- Created: 2016-10-25T09:55:42.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T05:53:12.000Z (over 1 year ago)
- Last Synced: 2023-12-14T07:20:45.648Z (about 1 year ago)
- Topics: bot, twitter
- Language: Python
- Homepage: https://femiwiki.com/w/%EC%82%AC%EC%9A%A9%EC%9E%90:%ED%8A%B8%EC%9C%97%EB%B4%87
- Size: 74.2 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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