Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/disinfolab-wm/climate-tiktok
https://github.com/disinfolab-wm/climate-tiktok
python tiktok tiktok-scraper
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/disinfolab-wm/climate-tiktok
- Owner: DisinfoLab-WM
- Created: 2024-01-28T04:47:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-11T18:04:53.000Z (12 months ago)
- Last Synced: 2024-11-18T23:58:26.305Z (3 months ago)
- Topics: python, tiktok, tiktok-scraper
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Climate Disinformation TikTok Research Tools
### Installation & Setup
Create a virtual environment using `python3 -m venv venv` and activate it using `source venv/bin/activate`.
Install the required packages using `pip3 install -r requirements.txt` and configure Playwright (if you have not previously used it on your system) with `python3 -m playwright install`.
### Linting & FormattingThe project uses flake8, Black, and isort for maintaining continuity and style. These can all be executed with:
```bash
make format
```