https://github.com/replydev/fitgirlscraper
https://github.com/replydev/fitgirlscraper
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/replydev/fitgirlscraper
- Owner: replydev
- Created: 2020-12-20T23:30:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-20T23:30:18.000Z (over 5 years ago)
- Last Synced: 2025-10-30T19:51:40.014Z (9 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FitGirl Scraper Telegram Bot
## How to setup in a debian based system
#### Install the python interpreter and git
`sudo apt install python3 python3-pip git`
`git clone https://codeberg.org/replydev/FitGirlScraper.git`
#### Create a venv inside the main source folder
`python3 -m venv FitGirlScraper`
#### Activate the venv
`cd FitGirlScrapersource`
`source bin/activate`
#### Install requirements
`pip install -r requirements.txt`
#### Create your own config
`cp config.py.example config.py`
`nano config.py`
and insert your bot token
#### Start the bot
`python -m FitGirlScraper`