Giter Club home page Giter Club logo

onlysnarf's People

Contributors

skeetzo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

onlysnarf's Issues

Having trouble getting started

Hi @skeetzo,

Thank you for your automation tool!
I was just trying to get started with installing your software.
I cloned your repository using git clone https://github.com/skeetzo/onlysnarf.git,
then installed using python setup.py install with python3 in my conda environment.
However, when I was trying to configure OnlySnarf using onlysnarf-config, the following error popped up:

Traceback (most recent call last):
  File "/opt/anaconda3/envs/myenv/bin/onlysnarf-config", line 33, in <module>
    sys.exit(load_entry_point('OnlySnarf==4.0.1', 'console_scripts', 'onlysnarf-config')())
  File "/opt/anaconda3/envs/myenv/bin/onlysnarf-config", line 25, in importlib_load_entry_point
    return next(matches).load()
  File "/opt/anaconda3/envs/myenv/lib/python3.9/importlib/metadata.py", line 77, in load
    module = import_module(match.group('module'))
  File "/opt/anaconda3/envs/myenv/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 972, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 984, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'lib'

Would you have any idea how to troubleshoot this?

Thank you very much for your time.

Kind regards,
T

User Register

Hi.
Your code is really great.
I have just one question.
Can I register multiple users when I register config.conf file?
As multiple users needs to publish post to their account on my site, so, I need to register all of their username and password.
Please give me your answer.
Thanks

Unable to AutoLogin

Issue:

User error

what I am after:

I was wondering if you would be able to explain to me and everyone else that looks at this issue how to set up the auto login function. I have setup my files as close as I could get with the documentation available everything is working but the only problem is I have to manually login I have placed copy of my configs below:

systeminfo

  • ubuntu 22.04
  • chrome 112.0.5615.165 64bit

stored under UserHome/.onlysnarf/conf/config.conf


## General ##
# auto, onlyfans, or twitter
login = onlyfans
#prefer_local = True
#save_users = True
#upload_max = 10
#upload_max_duration = 60 

## OnlySnarf ##
#amount = 0
#months = 0
#price = 
#date = 
#duration = 0
#expiration = 0 
#questions = 
#schedule = 
#tags = 
#text = 
#time = 
#tweeting = False
#user =  
#users =  
## fetches credentials from user config with provided username
username = onlyhoney 

## Selenium ##
# auto, brave, chrome, chromium, firefox, ie, edge, opera; reconnect[-firefox, chrome, etc], remote[-firefox, chrome, etc]
browser = chrome
cookies = True
keep = True
#session_id = "ugaitob2d1p7nsnvnduaef27ro"
#session_url = 
## show browser window
show = True

## Debugging ##
debug = True
debug_cookies = True
debug_delay = True
debug_firefox = True
debug_google = True
#debug_selenium = True
#force_upload = False
#recent_users_count = 10
#skip_upload = False
#skipped_users = 
#users_read = 10
#reduce = False
verbose = 3

[PATH]
#mount = $HOME/onlysnarf
#download = $HOME/onlysnarf/downloads 
#profile = $HOME/onlysnarf/profiles/$username
#users = $HOME/.onlysnarf/users.json

[POSTS]
#welcome = "Welcome to my OnlyFans!"
#ask = "What would you like to see me post more of? Comment below!"
#content_request = "Are there any specific content requests?"
#giggle = "teehee"
#no_customs = "I don\'t do customs, sorry!"
#social_media = "Be sure to check out my social medias!"
#thank_you = "Thank you all for your support!"
#reminder = "Reminder that you\'re awesome for being a subscriber!"
#commands = "OnlySnarf Bot Commands:\n\n!pic | !pic dick | !pic ass"
#more_soon = "Thanks for being followers! More coming soon!"
#customs = "I am currently accepting customs! Have a request? Message me directly! Prices vary :)"
#messages_tip = "I am 100%% more likely to notice your message and respond with a dick pic if you\'ve randomly tipped me"
#performers = "Be sure to comment below or message me directly which other performers you'd like to see me with most!"
#requests = "Be sure to message me w/ any requests for pics! Feet / Dick / etc. $5 for any quick pic, $10 if it requires setup"
#dick_pics = "Message me any particular dick pics you\'d like me to send! Tip for tip ;)"

[REMOTE]

## Selenium ##
#browser_host = 
#browser_port = 4444`

stored under userhome/.onlysnarf/conf/users/onlyhoney.conf

[ONLYFANS]
username = [email protected]
password = P@ssw0rd

# not working
#[GOOGLE]
#username = 
#password = 

# not tested
#[TWITTER]
#username = 
#password = 

Also is there any way I can can give you a donation towards this sick project do you have a buymeacoffe or a ethereum address?

config.py: 'settings' is not defined

First of all, this project is amazing. So happy to have stumbled upon this, thanks for making it.

Running the onlysnarf-config command, and I'm getting this error:

file ".../python3.6/site-packages/OnlySnarf/bin/config.py", line 112, in main
    if os.path.isfile(settings.CONFIG_PATH):
NameError: name 'settings' is not defined

Trying to trace down what 'settings' is referring to... Can only think that it may be trying to reference data that one of the settings.py getter funcs is handling? Not sure.

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.